diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-15 09:29:16 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-15 09:29:16 (GMT) |
commit | 3cd93e3328d6e60866719438c3abee9323933b8a (patch) | |
tree | 5b723cba8bb30ca8f0a153b3ea1f1c3d1d92a04d /src/lib/tng_io.c | |
parent | 58dcd690833d3fb405622e33187cfa75b9b77a09 (diff) |
Temporary debug statements.
Diffstat (limited to 'src/lib/tng_io.c')
-rw-r--r-- | src/lib/tng_io.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 2ecec72..149b671 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -11104,6 +11104,9 @@ tng_function_status tng_frame_set_write(tng_trajectory_t tng_data, frame_set = &tng_data->current_trajectory_frame_set; + printf("WRITING FRAME SET: %"PRId64", %"PRId64"\n", + frame_set->first_frame, frame_set->n_frames); + tng_data->current_trajectory_frame_set_output_file_pos = ftell(tng_data->output_file); tng_data->last_trajectory_frame_set_output_file_pos = |