Skip to content

Commit

Permalink
- switch to new remove simple equations implementation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14311 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 10, 2012
1 parent 3df7186 commit eb8d14e
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Compiler/BackEnd/BackendDAEUtil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8435,8 +8435,8 @@ protected
list<String> strPreOptModules;
algorithm
allPreOptModules := {
// (BackendDAEOptimize.removeSimpleEquationsFast,"removeSimpleEquations",false),
(RemoveSimpleEquations.fastAcausal,"removeSimpleEquations",false),
(RemoveSimpleEquations.allAcausal,"removeAllSimpleEquations",false),
(BackendDAEOptimize.inlineArrayEqn,"inlineArrayEqn",false),
(BackendDAEOptimize.evaluateFinalParameters,"evaluateFinalParameters",false),
(BackendDAEOptimize.evaluateParameters,"evaluateParameters",false),
Expand Down Expand Up @@ -8474,8 +8474,8 @@ protected
list<String> strPastOptModules;
algorithm
allPastOptModules := {(BackendDAEOptimize.lateInlineFunction,"lateInlineFunction",false),
(BackendDAEOptimize.removeSimpleEquationsPast,"removeSimpleEquations",false),
(BackendDAEOptimize.removeSimpleEquationsFast,"removeSimpleEquationsFast",false),
(RemoveSimpleEquations.causal,"removeSimpleEquations",false),
(RemoveSimpleEquations.fastAcausal,"removeSimpleEquationsFast",false),
(BackendDAEOptimize.removeEqualFunctionCalls,"removeEqualFunctionCalls",false),
(BackendDAEOptimize.removeFinalParameters,"removeFinalParameters",false),
(BackendDAEOptimize.inlineArrayEqn,"inlineArrayEqn",false),
Expand Down

0 comments on commit eb8d14e

Please sign in to comment.