This commit is contained in:
Axel Kohlmeyer
2025-01-31 22:04:57 -05:00
parent d96136f23d
commit 52fcfcaab1

View File

@ -163,7 +163,7 @@ void Error::one(const std::string &file, int line, int failed, const std::string
std::string mesg = fmt::format("ERROR on proc {}: {} ({}:{})\n", me, str, truncpath(file), line);
if (failed > NOPOINTER) mesg += utils::point_to_error(input, failed);
if (failed > ARGZERO) mesg += utils::point_to_error(input, 0);
if (failed == ARGZERO) mesg += utils::point_to_error(input, 0);
utils::logmesg(lmp,mesg);
if (universe->nworlds > 1)