Merge pull request #4456 from akohlmey/add-error-explanations

Add short explanations and URL to them for common errors and warnings
This commit is contained in:
Axel Kohlmeyer
2025-03-14 20:18:34 -04:00
committed by GitHub
337 changed files with 1772 additions and 1166 deletions

View File

@ -663,7 +663,7 @@ void Input::substitute(char *&str, char *&str2, int &max, int &max2, int flag)
}
if (value == nullptr)
error->one(FLERR,"Substitution for illegal variable {}",var);
error->one(FLERR,"Substitution for illegal variable {}"+utils::errorurl(13),var);
// check if storage in str2 needs to be expanded
// re-initialize ptr and ptr2 to the point beyond the variable.