diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-12 12:57:49 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-12 12:57:49 (GMT) |
commit | e71f1aa108b329fe2161f8ccfb9d68213a300c32 (patch) | |
tree | 43ccceef93306284fb4a4c37e3157679ffe3428f /src/tests/tng_io_testing.c | |
parent | 6ba2a6ef831b4c210b7e62a89eccb7f6a423bdc3 (diff) |
Make medium and long stride lengths update properly.
Diffstat (limited to 'src/tests/tng_io_testing.c')
-rw-r--r-- | src/tests/tng_io_testing.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index a216d97..af51ddc 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -129,6 +129,9 @@ static tng_function_status tng_test_write_and_read_traj(tng_trajectory_t traj) int i, j, k, nr, tot_n_mols, cnt; float *data, *molpos; tng_function_status stat; + + tng_medium_stride_length_set(traj, 10); + tng_long_stride_length_set(traj, 100); /* Create molecules */ if(tng_test_setup_molecules(traj) == TNG_CRITICAL) |