This commit is contained in:
DallasTrinkle
2017-05-04 13:03:09 -05:00
parent 5accce976a
commit ffdc8b556d

View File

@ -458,9 +458,6 @@ void PairMEAMSpline::coeff(int narg, char **arg)
{
int i,j,n;
if (!allocated)
allocate();
if (narg != 3 + atom->ntypes)
error->all(FLERR,"Incorrect args for pair coefficients");