From 6d42040b9d49e96e933ca11b49c9b4ab837af6bc Mon Sep 17 00:00:00 2001 From: megmcca Date: Wed, 12 Mar 2025 07:26:59 -0600 Subject: [PATCH] add url for error 13 --- src/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.cpp b/src/input.cpp index 814f900fbd..710ff45b3f 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -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.