diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-11 12:10:12 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-11 12:10:12 (GMT) |
commit | 15894c6987c6441d1e794cc91dd29f8ae2209d87 (patch) | |
tree | ead763b2487a40379b70511f07eda351b35c403e /src/tests/tng_io_testing.c | |
parent | dc4b94c7953922d706e27451f1cff4f1601ef03f (diff) |
Documentation improvements, minor fixes.
Diffstat (limited to 'src/tests/tng_io_testing.c')
-rw-r--r-- | src/tests/tng_io_testing.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index fa23830..a216d97 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -217,6 +217,7 @@ static tng_function_status tng_test_write_and_read_traj(tng_trajectory_t traj) if(tng_particle_data_block_add(traj, TNG_TRAJ_POSITIONS, "POSITIONS", TNG_FLOAT_DATA, + TNG_TRAJECTORY_BLOCK, traj->frame_set_n_frames, 3, 1, 0, traj->n_particles, TNG_UNCOMPRESSED, |