Skip to content

Commit

Permalink
- reverted flag change from r16236, since some model stop working
Browse files Browse the repository at this point in the history
  


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Jun 7, 2013
1 parent 288cd9a commit b05053c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Compiler/Util/Flags.mo
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,7 @@ constant ConfigFlag NO_SIMPLIFY = CONFIG_FLAG(11, "noSimplify",
protected constant Util.TranslatableContent removeSimpleEquationDesc = Util.gettext("Performs alias elimination and removes constant variables from the DAE, replacing all occurrences of the old variable reference with the new value (constants) or variable reference (alias elimination).");
public constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules",
NONE(), EXTERNAL(), STRING_LIST_FLAG({
//"evaluateReplaceFinalEvaluateParameters",
"evaluateFinalEvaluateParameters",
"evaluateReplaceFinalEvaluateParameters",
"simplifyIfEquations",
"removeEqualFunctionCalls",
"partitionIndependentBlocks",
Expand Down Expand Up @@ -573,7 +572,6 @@ constant ConfigFlag INDEX_REDUCTION_METHOD = CONFIG_FLAG(15, "indexReductionMeth
constant ConfigFlag POST_OPT_MODULES = CONFIG_FLAG(16, "postOptModules",
NONE(), EXTERNAL(), STRING_LIST_FLAG({
"relaxSystem",
"evaluateReplaceFinalEvaluateParameters",
"inlineArrayEqn",
"constantLinearSystem",
"simplifysemiLinear",
Expand Down

0 comments on commit b05053c

Please sign in to comment.