diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 13:31:26 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 13:31:26 (GMT) |
commit | 0a4bda9e96c28aea6c948d2e017625a33e35b7f1 (patch) | |
tree | f324185090df15faf18cfe81bdcbe52a9b262ced /src/tests/md_openmp.f | |
parent | 088a18f59edd690db51e80160a8d0b4f931dc18d (diff) |
Fix Hash updates
Diffstat (limited to 'src/tests/md_openmp.f')
-rw-r--r-- | src/tests/md_openmp.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/md_openmp.f b/src/tests/md_openmp.f index 0220a56..58f4e90 100644 --- a/src/tests/md_openmp.f +++ b/src/tests/md_openmp.f @@ -271,7 +271,7 @@ c c c Write the frame set to disk c - call tng_frame_set_write(traj, TNG_SKIP_HASH) + call tng_frame_set_write(traj, TNG_USE_HASH) wtime = omp_get_wtime ( ) |