fix inconsistency resulting from error in auto-replace macro

This commit is contained in:
Axel Kohlmeyer
2018-09-06 12:27:10 -04:00
parent 84657f1531
commit b915716b60

View File

@ -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);
}