add url for error 13

This commit is contained in:
megmcca
2025-03-12 07:26:59 -06:00
parent 70faf86040
commit 6d42040b9d

View File

@ -663,7 +663,7 @@ void Input::substitute(char *&str, char *&str2, int &max, int &max2, int flag)
} }
if (value == nullptr) 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 // check if storage in str2 needs to be expanded
// re-initialize ptr and ptr2 to the point beyond the variable. // re-initialize ptr and ptr2 to the point beyond the variable.