fix typo
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user