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

This commit is contained in:
sjplimp
2012-07-31 23:47:56 +00:00
parent 4ec21d8ca8
commit c3f93644ac
2 changed files with 4 additions and 2 deletions

View File

@ -63,7 +63,8 @@ void ComputeClusterAtom::init()
if (force->pair == NULL)
error->all(FLERR,"Compute cluster/atom requires a pair style be defined");
if (sqrt(cutsq) > force->pair->cutforce)
error->all(FLERR,"Compute cluster/atom cutoff is longer than pairwise cutoff");
error->all(FLERR,
"Compute cluster/atom cutoff is longer than pairwise cutoff");
// need an occasional full neighbor list
// full required so that pair of atoms on 2 procs both set their clusterID