fix inconsistency resulting from error in auto-replace macro
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user