getting out of the insurance business :-)

This commit is contained in:
Axel Kohlmeyer
2023-01-23 16:45:41 -05:00
parent 6148ee7ba4
commit 27da716852
312 changed files with 426 additions and 426 deletions

View File

@ -138,7 +138,7 @@ void Rerun::command(int narg, char **arg)
// invoke lmp->init() only once
// read all relevant snapshots
// use setup_minimal() since atoms are already owned by correct procs
// addstep_compute_all() insures energy/virial computed on every snapshot
// addstep_compute_all() ensures energy/virial computed on every snapshot
update->whichflag = 1;
@ -251,7 +251,7 @@ void Rerun::command(int narg, char **arg)
if (ntimestep < 0) break;
}
// insure thermo output on last dump timestep
// ensure thermo output on last dump timestep
output->next_thermo = update->ntimestep;
output->write(update->ntimestep);