merge in current develop

This commit is contained in:
Steve Plimpton
2024-04-05 09:36:29 -06:00
56 changed files with 1755 additions and 2060 deletions

View File

@ -1479,7 +1479,8 @@ void ReadData::header(int firstpass)
// check that exiting string is a valid section keyword
parse_keyword(1);
if (!is_data_section(keyword)) error->all(FLERR, "Unknown identifier in data file: {}", keyword);
if (!is_data_section(keyword))
error->all(FLERR, "Unknown identifier in data file: {}{}", keyword, utils::errorurl(1));
// error checks on header values
// must be consistent with atom style and other header values