diff options
Diffstat (limited to 'src/tests/md_openmp.f')
-rw-r--r-- | src/tests/md_openmp.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/md_openmp.f b/src/tests/md_openmp.f index 58f4e90..994c5c0 100644 --- a/src/tests/md_openmp.f +++ b/src/tests/md_openmp.f @@ -14,6 +14,9 @@ c The velocity Verlet time integration scheme is used. c c The particles interact with a central pair potential. c +c Output of the program is saved in the TNG format, which is why this +c code is included in the TNG API release. +c c Licensing: c c This code is distributed under the GNU LGPL license. |