Merge remote-tracking branch 'origin/master' into refactor-table-reading

This commit is contained in:
Richard Berger
2020-06-05 12:09:57 -04:00
65 changed files with 647 additions and 837 deletions

View File

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