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

This commit is contained in:
sjplimp 2013-03-13 15:36:13 +00:00
parent a58779babf
commit b78c4aa841
1 changed files with 2 additions and 1 deletions

View File

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