diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/md_openmp.c | 3 | ||||
-rw-r--r-- | src/tests/md_openmp.f | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c index 95c5368..cc5d790 100644 --- a/src/tests/md_openmp.c +++ b/src/tests/md_openmp.c @@ -37,6 +37,9 @@ int main ( int argc, char *argv[] ) The particles interact with a central pair potential. + Output of the program is saved in the TNG format, which is why this + code is included in the TNG API release. + Licensing: This code is distributed under the GNU LGPL license. 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. |