Skip to content

Commit

Permalink
Call module "expandDerOperator" before module "clockPartitioning"
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Jul 9, 2015
1 parent a4ddaa1 commit 95c827c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -658,10 +658,10 @@ constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules",
"evaluateReplaceProtectedFinalEvaluateParameters",
"stateMachineElab",
"simplifyIfEquations",
"expandDerOperator",
"removeEqualFunctionCalls",
"clockPartitioning",
//"CSE_EachCall",
"expandDerOperator",
"findStateOrder",
"introduceDerAlias",
"inputDerivativesForDynOpt", // only for dyn. opt.
Expand Down

0 comments on commit 95c827c

Please sign in to comment.