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

@ -169,7 +169,7 @@ void ComputeCentroAtom::compute_peratom()
jlist = firstneigh[i];
jnum = numneigh[i];
// insure distsq and nearest arrays are long enough
// ensure distsq and nearest arrays are long enough
if (jnum > maxneigh) {
memory->destroy(distsq);