summaryrefslogtreecommitdiff
path: root/src/tests/tng_io_testing.c
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2012-12-12 12:57:49 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2012-12-12 12:57:49 (GMT)
commite71f1aa108b329fe2161f8ccfb9d68213a300c32 (patch)
tree43ccceef93306284fb4a4c37e3157679ffe3428f /src/tests/tng_io_testing.c
parent6ba2a6ef831b4c210b7e62a89eccb7f6a423bdc3 (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.c3
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)
contact: Jan Huwald // Impressum