diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 15:52:56 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 15:52:56 (GMT) |
commit | ceeb85a99ab15516016553a738a8d0ecf0b761f1 (patch) | |
tree | a5ece0d4348eb5b89b6678367dbe332f0893f22c /src | |
parent | ffff6810875ca11520a4d74abc9cf71622718a96 (diff) |
Improved comments
Diffstat (limited to 'src')
-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 e89b93f..22f53c9 100644 --- a/src/tests/md_openmp.f +++ b/src/tests/md_openmp.f @@ -296,6 +296,9 @@ c end if +c +c Output to TNG file at regular intervals, specified by step_save +c if ( step_save .EQ. 0 .OR. mod(step, step_save) .EQ. 0 ) then call tng_frame_particle_data_write(traj, frames_saved_cnt, & TNG_TRAJ_POSITIONS, int(0, 8), tng_n_particles, pos, |