Skip to content

Commit

Permalink
- get testsuite working back, Lennart can switch of simplifyTimeIndep…
Browse files Browse the repository at this point in the history
…FuncCalls module in backendpipeline

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Nov 16, 2012
1 parent e3490e1 commit ff9e8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/Util/Flags.mo
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ constant ConfigFlag POST_OPT_MODULES = CONFIG_FLAG(16, "postOptModules",
"tearingSystem",
// "countOperations",
"removeUnusedFunctions",
"simplifyTimeIndepFuncCalls",
"inputDerivativesUsed",
"detectJacobianSparsePattern",
// "generateSymbolicJacobian",
Expand All @@ -639,7 +640,7 @@ constant ConfigFlag POST_OPT_MODULES = CONFIG_FLAG(16, "postOptModules",
("generateSymbolicLinearization", Util.gettext("Generates symbolic Linearization Matrixes A,B,C,D for Linear Model:\n\t\t\\dot x = Ax + Bu\n\t\ty = Cx +Du")),
("collapseIndependentBlocks", Util.gettext("Collapses all equation systems back into one big system again (undo partitionIndependentBlocks)")),
("removeUnusedFunctions", Util.gettext("removed all unused functions from functionTree")),
// ("simplifyTimeIndepFuncCalls", Util.gettext("simplifies time independent built in function calls like pre(param) -> param, der(param) -> 0.0, change(param) -> false, edge(param) -> false")),
("simplifyTimeIndepFuncCalls", Util.gettext("simplifies time independent built in function calls like pre(param) -> param, der(param) -> 0.0, change(param) -> false, edge(param) -> false")),
("inputDerivativesUsed", Util.gettext("checks if derivatives of inputs are need to calculate the model.")),
("simplifysemiLinear", Util.gettext("simplifies calls to semiLinear")),
("removeConstants", Util.gettext("remove all constants in the system")),
Expand Down

0 comments on commit ff9e8e7

Please sign in to comment.