diff options
author | Rossen Apostolov <rossen@kth.se> | 2014-02-04 10:33:30 (GMT) |
---|---|---|
committer | Rossen Apostolov <rossen@kth.se> | 2014-02-04 10:33:30 (GMT) |
commit | ec9b4bd58443f295c878c5a7bf3266eb8d9a6da0 (patch) | |
tree | 5447cb539dca119f9af5b2c0888abc64d64b598e /src/tests/md_openmp.f | |
parent | 60c9ea8a5f34f89b5aca3a48e5cd27351d51d610 (diff) |
Cleaned up unused and non-portable /tmp invocations.
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 |