From 614a6a93a8ae6e1f1f90b6506a5772f036508caf Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 28 Nov 2013 11:37:02 +0100 Subject: More bug fixing when copying molecules. 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++) -- cgit v0.10.1