diff options
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. |