git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7397 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-01-03 21:57:21 +00:00
parent 4dfba8a7d4
commit 22e3df9858
3 changed files with 11 additions and 10 deletions

View File

@ -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