Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Fixed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Sep 11, 2015
1 parent b333e3d commit c7abe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ algorithm
if Flags.isSet(Flags.VISUAL_XML) then
VisualXML.visualizationInfoXML(dlow, filenamePrefix);
end if;

if Flags.isSet(Flags.ITERATION_VARS) then
BackendDAEOptimize.listAllIterationVariables(dlow);
end if;
Expand Down

0 comments on commit c7abe5b

Please sign in to comment.