Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 26, 2014
1 parent 108f43c commit 00dcba9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -7717,10 +7717,10 @@ algorithm
local
BackendDAE.EqSystem eq;
list<BackendDAE.EqSystem> eqs;

case ({})
then ();

case (eq::eqs) equation
listAllIterationVariables1(eq);
listAllIterationVariables0(eqs);
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/Initialization.mo
Expand Up @@ -203,7 +203,7 @@ algorithm

b = Flags.isSet(Flags.DUMP_EQNINORDER) and Flags.isSet(Flags.DUMP_INITIAL_SYSTEM);
Debug.bcall2(b, BackendDump.dumpEqnsSolved, initdae, "initial system: eqns in order");

Debug.fcall(Flags.ITERATION_VARS, BackendDAEOptimize.listAllIterationVariables, initdae);
then (SOME(initdae), useHomotopy);

Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCodeUtil.mo
Expand Up @@ -1499,7 +1499,7 @@ algorithm

// generate initDAE before replacing pre(alias)!
(initDAE, useHomotopy) = Initialization.solveInitialSystem(dlow);

Debug.fcall(Flags.ITERATION_VARS, BackendDAEOptimize.listAllIterationVariables, dlow);

// replace pre(alias) in time-equations
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -389,7 +389,7 @@ constant DebugFlag PRINT_STRUCTURAL = DEBUG_FLAG(111, "printStructuralParameters
Util.gettext("Prints the structural parameters identified by the front-end"));
constant DebugFlag ITERATION_VARS = DEBUG_FLAG(113, "iterationVars", false,
Util.gettext("Shows a list of all iteration variables."));

// This is a list of all debug flags, to keep track of which flags are used. A
// flag can not be used unless it's in this list, and the list is checked at
// initialization so that all flags are sorted by index (and thus have unique
Expand Down

0 comments on commit 00dcba9

Please sign in to comment.