Commit b915716b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix inconsistency resulting from error in auto-replace macro

parent 84657f15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ void PairMEAMSWSpline::read_file(const char* filename)
    FILE *fp = force->open_potential(filename);
    if(fp == NULL) {
      char str[1024];
      snprintf(str,128,"Cannot open spline MEAM potential file %s", filename);
      snprintf(str,1024,"Cannot open spline MEAM potential file %s", filename);
      error->one(FLERR,str);
    }