git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7397 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -60,7 +60,8 @@ void ComputeCoordAtom::init()
|
||||
if (force->pair == NULL)
|
||||
error->all(FLERR,"Compute coord/atom requires a pair style be defined");
|
||||
if (sqrt(cutsq) > force->pair->cutforce)
|
||||
error->all(FLERR,"Compute coord/atom cutoff is longer than pairwise cutoff");
|
||||
error->all(FLERR,
|
||||
"Compute coord/atom cutoff is longer than pairwise cutoff");
|
||||
|
||||
// need an occasional full neighbor list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user