apply new logmesg() overload to a bunch of cases.

This commit is contained in:
Axel Kohlmeyer
2021-04-21 22:53:41 -04:00
parent 0cf1252f1f
commit d2cdb318ab
42 changed files with 259 additions and 297 deletions

View File

@ -254,8 +254,8 @@ TextFileReader *PotentialFileReader::open_potential(const std::string &path) {
std::string units = utils::get_potential_units(filepath, filetype);
if (!date.empty())
utils::logmesg(lmp, fmt::format("Reading {} file {} with DATE: {}\n",
filetype, filename, date));
utils::logmesg(lmp,"Reading {} file {} with DATE: {}\n",
filetype, filename, date);
if (units.empty()) {
unit_convert = utils::NOCONVERT;