Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 3418ccf

Browse files
wibraunOpenModelica-Hudson
authored andcommitted
adjust documentation string to actual config value
Belonging to [master]: - #2169
1 parent 9529c78 commit 3418ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Util/Flags.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ constant ConfigFlag INST_CACHE_SIZE = CONFIG_FLAG(90, "instCacheSize",
13021302
Util.gettext("Sets the size of the internal hash table used for instantiation caching."));
13031303
constant ConfigFlag MAX_SIZE_LINEAR_TEARING = CONFIG_FLAG(91, "maxSizeLinearTearing",
13041304
NONE(), EXTERNAL(), INT_FLAG(200), NONE(),
1305-
Util.gettext("Sets the maximum system size for tearing of linear systems (default 4000)."));
1305+
Util.gettext("Sets the maximum system size for tearing of linear systems (default 200)."));
13061306
constant ConfigFlag MAX_SIZE_NONLINEAR_TEARING = CONFIG_FLAG(92, "maxSizeNonlinearTearing",
13071307
NONE(), EXTERNAL(), INT_FLAG(10000), NONE(),
13081308
Util.gettext("Sets the maximum system size for tearing of nonlinear systems (default 10000)."));

0 commit comments

Comments
 (0)