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/md_openmp.c | |
parent | 6f988d9ccc9d538b3032242bd982047edb6fa6fe (diff) |
Documentation improvements
Diffstat (limited to 'src/tests/md_openmp.c')
-rw-r--r-- | src/tests/md_openmp.c | 3 |
1 files changed, 3 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. |