add explanations for "before/after simulation box is defined" errors
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user