Skip to content
Snippets Groups Projects
Verified Commit 8734bc5c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Allow LOG_* auxiliary variables in various commands

Closes: #107
parent a234176d
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ SymbolList::checkPass(WarningConsolidation &warnings, const vector<SymbolType> & ...@@ -38,7 +38,7 @@ SymbolList::checkPass(WarningConsolidation &warnings, const vector<SymbolType> &
for (auto type : types) for (auto type : types)
if (type == SymbolType::endogenous) if (type == SymbolType::endogenous)
{ {
regex_str += "|AUX_ENDO_"; regex_str += "|AUX_ENDO_|LOG_";
break; break;
} }
regex re("^(" + regex_str +")"); regex re("^(" + regex_str +")");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment