Skip to content

Commit

Permalink
- run tearing behind encapsulateWhenConditions, otherwise the torn sy…
Browse files Browse the repository at this point in the history
…stems are lost because matching information is thrown away

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jan 24, 2013
1 parent 3375f15 commit 6d42703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -638,8 +638,8 @@ constant ConfigFlag POST_OPT_MODULES = CONFIG_FLAG(16, "postOptModules",
"constantLinearSystem",
"simplifysemiLinear",
"removeSimpleEquations",
"tearingSystem",
"encapsulateWhenConditions", // must called after remove simple equations
"tearingSystem", // must be the last one, otherwise the torn systems are lost when throw away the matching information
// "countOperations",
"removeUnusedFunctions",
"inputDerivativesUsed",
Expand Down

0 comments on commit 6d42703

Please sign in to comment.