From f4d4320270c604354ed7bf5463ba58eb6bf8577b Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 28 Nov 2013 12:58:28 +0100 Subject: Fixes. diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index d1deda5..e60aab5 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -16562,7 +16562,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_generic_write } else { - p_data->first_frame_with_data = frame_set->first_frame + p_data->first_frame_with_data = frame_set->first_frame; } memcpy((char *)p_data->values + sizeof(float) * frame_pos * n_particles * @@ -16621,7 +16621,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_generic_write } else { - np_data->first_frame_with_data = frame_set->first_frame + np_data->first_frame_with_data = frame_set->first_frame; } memcpy((char *)np_data->values + sizeof(float) * frame_pos * @@ -16781,7 +16781,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_generic_double_write } else { - p_data->first_frame_with_data = frame_set->first_frame + p_data->first_frame_with_data = frame_set->first_frame; } memcpy((char *)p_data->values + sizeof(float) * frame_pos * n_particles * @@ -16840,7 +16840,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_generic_double_write } else { - p_data->first_frame_with_data = frame_set->first_frame + p_data->first_frame_with_data = frame_set->first_frame; } memcpy((char *)np_data->values + sizeof(float) * frame_pos * -- cgit v0.10.1