diff options
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 de05ca2..87b00b8 100644 --- a/src/tests/md_openmp.f +++ b/src/tests/md_openmp.f @@ -161,7 +161,7 @@ c c c N.B. The TNG output file should be modified according to needs c - call tng_output_file_set(traj, "/tmp/tng_md_out_f77.tng") + call tng_output_file_set(traj, TNG_EXAMPLE_FILES_DIR "tng_md_out_f77.tng") write ( *, '(a)' ) ' Creating molecules in trajectory.' tng_n_particles = np |