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@25250 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Mar 25, 2015
1 parent 1ed8728 commit 4537d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/RemoveSimpleEquations.mo
Expand Up @@ -150,7 +150,7 @@ algorithm
b := BackendDAEUtil.hasDAEMatching(inDAE);
outDAE := match(Flags.getConfigString(Flags.REMOVE_SIMPLE_EQUATIONS))
case "default" then if b then causal(inDAE) else fastAcausal(inDAE);
case "causal" then causal(inDAE);
case "causal" then causal(inDAE);
case "fastAcausal" then fastAcausal(inDAE);
case "allAcausal" then allAcausal(inDAE);
else inDAE;
Expand Down
4 changes: 2 additions & 2 deletions Compiler/Util/Flags.mo
Expand Up @@ -1025,8 +1025,8 @@ constant ConfigFlag CPP_FLAGS = CONFIG_FLAG(66, "cppFlags",
})),
Util.gettext("Specifies method that removes simple equations."));



protected
// This is a list of all configuration flags. A flag can not be used unless it's
// in this list, and the list is checked at initialization so that all flags are
Expand Down

0 comments on commit 4537d4b

Please sign in to comment.