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

This commit is contained in:
sjplimp
2012-09-20 15:51:16 +00:00
parent 1235bc0fe7
commit 9316e35a98
6 changed files with 21 additions and 19 deletions

View File

@ -166,7 +166,8 @@ void PairCoulCut::settings(int narg, char **arg)
void PairCoulCut::coeff(int narg, char **arg)
{
if (narg < 2 || narg > 3) error->all(FLERR,"Incorrect args for pair coefficients");
if (narg < 2 || narg > 3)
error->all(FLERR,"Incorrect args for pair coefficients");
if (!allocated) allocate();
int ilo,ihi,jlo,jhi;