Skip to content

Commit

Permalink
adjust documentation string to actual config value
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2169
  • Loading branch information
wibraun authored and OpenModelica-Hudson committed Feb 7, 2018
1 parent 9529c78 commit 3418ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -1302,7 +1302,7 @@ constant ConfigFlag INST_CACHE_SIZE = CONFIG_FLAG(90, "instCacheSize",
Util.gettext("Sets the size of the internal hash table used for instantiation caching."));
constant ConfigFlag MAX_SIZE_LINEAR_TEARING = CONFIG_FLAG(91, "maxSizeLinearTearing",
NONE(), EXTERNAL(), INT_FLAG(200), NONE(),
Util.gettext("Sets the maximum system size for tearing of linear systems (default 4000)."));
Util.gettext("Sets the maximum system size for tearing of linear systems (default 200)."));
constant ConfigFlag MAX_SIZE_NONLINEAR_TEARING = CONFIG_FLAG(92, "maxSizeNonlinearTearing",
NONE(), EXTERNAL(), INT_FLAG(10000), NONE(),
Util.gettext("Sets the maximum system size for tearing of nonlinear systems (default 10000)."));
Expand Down

0 comments on commit 3418ccf

Please sign in to comment.