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

@ -80,7 +80,7 @@ ComputeCentroidStressAtom::ComputeCentroidStressAtom(LAMMPS *lmp, int narg, char
comm_reverse = 9;
// store temperature ID used by stress computation
// insure it is valid for temperature computation
// ensure it is valid for temperature computation
if (strcmp(arg[3], "NULL") == 0)
id_temp = nullptr;
@ -395,7 +395,7 @@ void ComputeCentroidStressAtom::compute_peratom()
} else {
// invoke temperature if it hasn't been already
// this insures bias factor is pre-computed
// this ensures bias factor is pre-computed
if (keflag && temperature->invoked_scalar != update->ntimestep) temperature->compute_scalar();