more debugging and features
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user