diff --git a/src/USER-MISC/pair_meam_spline.cpp b/src/USER-MISC/pair_meam_spline.cpp index d86549912a..d714652d61 100644 --- a/src/USER-MISC/pair_meam_spline.cpp +++ b/src/USER-MISC/pair_meam_spline.cpp @@ -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");