Skip to content

Commit

Permalink
Do not print the variable filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Mar 21, 2016
1 parent e022be4 commit 0c0fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
Expand Up @@ -185,7 +185,7 @@ elseif referenceExists then
variableFilter := sum(stringReplace(stringReplace(stringReplace(stringReplace(s,\"[\",\".\"),\"]\",\".\"),\"(\",\".\"),\")\",\".\") + \"|\" for s in vars);
numCompared := size(vars,1);
emit_protected := \" -emit_protected\";
print(variableFilter + \"\n\");
// print(variableFilter + \"\n\");
else
variableFilter := \"\";
outputFormat := \"empty\";
Expand Down

0 comments on commit 0c0fc1a

Please sign in to comment.