Skip to content

Commit

Permalink
Add description of flag newUnitChecking
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Oct 28, 2015
1 parent 3d8d346 commit db830e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -1067,7 +1067,7 @@ constant ConfigFlag RESHUFFLE = CONFIG_FLAG(59, "reshuffle",

constant ConfigFlag NEW_UNIT_CHECKING = CONFIG_FLAG(60,
"newUnitChecking", NONE(), INTERNAL(), BOOL_FLAG(false), NONE(),
Util.notrans(""));
Util.notrans("advanced unit checking: 1. calculation of unspecified unit information for variables; 2. unit consistency check for equations"));

constant ConfigFlag GENERATE_DYN_OPTIMIZATION_PROBLEM = CONFIG_FLAG(61, "gDynOpt",
NONE(), EXTERNAL(), BOOL_FLAG(false), NONE(),
Expand Down

0 comments on commit db830e5

Please sign in to comment.