Skip to content

Commit

Permalink
- properly comment out the print as \n expands on two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Mar 21, 2016
1 parent ad1689a commit 6bd48ef
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 6bd48ef

Please sign in to comment.