getting out of the insurance business :-)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user