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

This commit is contained in:
sjplimp
2016-03-28 15:04:09 +00:00
parent 1103448232
commit 7cea607190
5 changed files with 60 additions and 37 deletions

View File

@ -29,7 +29,6 @@ ComputePair::ComputePair(LAMMPS *lmp, int narg, char **arg) :
Compute(lmp, narg, arg)
{
if (narg < 4 || narg > 5) error->all(FLERR,"Illegal compute pair command");
if (igroup) error->all(FLERR,"Compute pair must use group all");
scalar_flag = 1;
extscalar = 1;