Skip to content

Commit

Permalink
- and switch back to old one
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 22, 2012
1 parent 995f622 commit 18e6298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -755,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(true),NONE(),
NONE(), EXTERNAL(), BOOL_FLAG(false),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 18e6298

Please sign in to comment.