Merge remote-tracking branch 'origin/master' into refactor-table-reading
This commit is contained in:
@ -43,7 +43,7 @@ PotentialFileReader::PotentialFileReader(LAMMPS *lmp,
|
||||
try {
|
||||
reader = open_potential(filename);
|
||||
if(!reader) {
|
||||
error->one(FLERR, fmt::format("cannot open {} potential file {}", potential_name, filename).c_str());
|
||||
error->one(FLERR, fmt::format("cannot open {} potential file {}", potential_name, filename));
|
||||
}
|
||||
} catch (FileReaderException & e) {
|
||||
error->one(FLERR, e.what());
|
||||
|
||||
Reference in New Issue
Block a user