diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 15:48:01 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 15:48:01 (GMT) |
commit | 811e3f087eafecdf9027672b8894198c807cc31d (patch) | |
tree | 282c2e26c7ac2606a0a7bf4b4f5cd3ca7c415dbb /src/tests | |
parent | 6f988d9ccc9d538b3032242bd982047edb6fa6fe (diff) |
Documentation improvements
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. |