error("Unknown symbol: "+name+".If referenced from the 'initval', 'endval', 'histval', or 'shocks' block, you can pass the 'nostrict' option to dynare to have this line ignored.");
error("Unknown symbol: "+name+".\nIf referenced from the 'initval', 'endval', 'histval', or 'shocks' block, you can pass the 'nostrict' option to dynare to have this line ignored.");
model_error("Unknown symbol: "+*function_name+".Try using 'nostrict' option to have this declared as an exogenous variable by the preprocessor.",*function_name);
model_error("Unknown symbol: "+*function_name+".\nTry using 'nostrict' option to have this declared as an exogenous variable by the preprocessor.",*function_name);
@@ -2805,7 +2805,7 @@ ParsingDriver::add_model_var_or_external_function(string *function_name, bool in
// Continue processing, noting that it was not declared
// Paring will end at the end of the model block
undeclared_model_vars.insert(*function_name);
model_error("Unknown symbol: "+*function_name+".Try using 'nostrict' option to have this declared as an exogenous variable by the preprocessor.",*function_name);
model_error("Unknown symbol: "+*function_name+".\nTry using 'nostrict' option to have this declared as an exogenous variable by the preprocessor.",*function_name);