more debugging and features

This commit is contained in:
Steve Plimpton
2021-12-10 11:13:06 -07:00
parent e2969d09e1
commit 5ead32f886
6 changed files with 43 additions and 32 deletions

View File

@ -330,6 +330,8 @@ void Dump::write()
if (delay_flag && update->ntimestep < delaystep) return;
printf("DUMP %ld\n",update->ntimestep);
// if file per timestep, open new file
if (multifile) openfile();