merge with current develop

This commit is contained in:
Steve Plimpton
2023-10-20 13:31:32 -06:00
370 changed files with 13017 additions and 4088 deletions

View File

@ -364,7 +364,7 @@ void ReadData::command(int narg, char **arg)
// check if data file is available and readable
if (!platform::file_is_readable(arg[0]))
error->all(FLERR, fmt::format("Cannot open file {}: {}", arg[0], utils::getsyserror()));
error->all(FLERR, "Cannot open file {}: {}", arg[0], utils::getsyserror());
// reset so we can warn about reset image flags exactly once per data file