add explanations for "before/after simulation box is defined" errors

This commit is contained in:
Axel Kohlmeyer
2025-03-21 20:17:17 -04:00
parent 649fd86e11
commit 1b58a4695b
45 changed files with 107 additions and 73 deletions

View File

@ -254,7 +254,7 @@ int LabelMap::find_or_create(const std::string &mylabel, std::vector<std::string
// if label cannot be found or created, need more space reserved
error->all(FLERR, "Topology type exceeds system topology type");
error->all(FLERR, "Topology type exceeds system topology type" + utils::errorurl(25));
// never reaches here, just to prevent compiler warning