Skip to content

Commit

Permalink
- try new state selection
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14515 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 22, 2012
1 parent 0090f58 commit 995f622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -561,6 +561,7 @@ public constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules",
NONE(), EXTERNAL(), STRING_LIST_FLAG({
"evaluateFinalParameters",
"evaluateParameters",
// "removeFinalParameters",
"simplifyIfEquations",
"removeEqualFunctionCalls",
"partitionIndependentBlocks",
Expand All @@ -571,6 +572,7 @@ public constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules",
}),
SOME(STRING_DESC_OPTION({
("removeSimpleEquations", removeSimpleEquationDesc),
("removeAllSimpleEquations", removeSimpleEquationDesc),
("inlineArrayEqn", Util.notrans("DESCRIBE ME")),
("evaluateFinalParameters", Util.gettext("Structural parameters and parameters declared as final are evalutated and replaced with their value in other vars. They may no longer be changed in the init file.")),
("removeFinalParameters", Util.gettext("Structural parameters and parameters declared as final are removed and replaced with their value. They may no longer be changed in the init file.")),
Expand Down Expand Up @@ -753,7 +755,7 @@ constant ConfigFlag NO_TEARING = CONFIG_FLAG(43, "noTearing",
NONE(), EXTERNAL(), BOOL_FLAG(false),NONE(),
Util.gettext("Disables tearing at all."));
constant ConfigFlag DYNAMIC_PIVOT = CONFIG_FLAG(44, "dynamicPivot",
NONE(), EXTERNAL(), BOOL_FLAG(false),NONE(),
NONE(), EXTERNAL(), BOOL_FLAG(true),NONE(),
Util.gettext("Enable dynamic pivoting of states during simulation. Works only with dynamic state selection"));
constant ConfigFlag DUMP_TARGET = CONFIG_FLAG(45, "dumpTarget",
NONE(), EXTERNAL(), STRING_FLAG(""), NONE(),
Expand Down

0 comments on commit 995f622

Please sign in to comment.