Skip to content

Commit

Permalink
Do not prefer vars with start value for tearing
Browse files Browse the repository at this point in the history
... to avoid excessive sensitivity on model changes
  • Loading branch information
ptaeuber committed May 30, 2017
1 parent 9ca6140 commit e116454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdParty
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -1321,7 +1321,7 @@ constant ConfigFlag DYNAMIC_TEARING_FOR_INITIALIZATION = CONFIG_FLAG(104, "dynam
NONE(), EXTERNAL(), BOOL_FLAG(false), NONE(),
Util.gettext("Enable Dynamic Tearing also for the initialization system."));
constant ConfigFlag PREFER_TVARS_WITH_START_VALUE = CONFIG_FLAG(105, "preferTVarsWithStartValue",
NONE(), EXTERNAL(), BOOL_FLAG(true), NONE(),
NONE(), EXTERNAL(), BOOL_FLAG(false), NONE(),
Util.gettext("Prefer tearing variables with start value for initialization."));
constant ConfigFlag EQUATIONS_PER_FILE = CONFIG_FLAG(106, "equationsPerFile",
NONE(), EXTERNAL(), INT_FLAG(2000), NONE(),
Expand Down

0 comments on commit e116454

Please sign in to comment.