diff options
Diffstat (limited to 'src/lib/tng_io.c')
-rw-r--r-- | src/lib/tng_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index fc7c574..857ed57 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -7360,7 +7360,6 @@ tng_function_status DECLSPECDLLEXPORT tng_molecule_system_copy(tng_trajectory_t return(TNG_CRITICAL); } - tng_data_dest->molecules = molecule_temp; tng_data_dest->molecule_cnt_list = list_temp; for(i = 0; i < tng_data_dest->n_molecules; i++) |