Skip to content

Commit

Permalink
Improve description of module wrapFunctionCalls
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Mar 31, 2016
1 parent 27234f6 commit 1971213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Util/Flags.mo
Expand Up @@ -760,7 +760,7 @@ constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules",
("sortEqnsVars", Util.notrans("Heuristic sorting for equations and variables. This module requires +d=sortEqnsAndVars.")),
("stateMachineElab", Util.gettext("Does the elaboration of state machines.")),
("unitChecking", Util.gettext("advanced unit checking: 1. calculation of unspecified unit information for variables; 2. unit consistency check for equations")),
("wrapFunctionCalls", Util.gettext("This module wraps function calls to gain speed up."))
("wrapFunctionCalls", Util.gettext("This module introduces variables for each function call and substitutes all these calls with the newly introduced variables."))
})),
Util.gettext("Sets the pre optimization modules to use in the back end. See --help=optmodules for more info."));

Expand Down Expand Up @@ -869,7 +869,7 @@ constant ConfigFlag POST_OPT_MODULES = CONFIG_FLAG(16, "postOptModules",
("solveSimpleEquations", Util.notrans("Solves simple equations")),
("symEuler", Util.notrans("Rewrites the ode system for implicit Euler method. This module requires +symEuler.")),
("tearingSystem", Util.notrans("For method selection use flag tearingMethod.")),
("wrapFunctionCalls", Util.gettext("This module wraps function calls to gain speed up."))
("wrapFunctionCalls", Util.gettext("This module introduces variables for each function call and substitutes all these calls with the newly introduced variables."))
})),
Util.gettext("Sets the post optimization modules to use in the back end. See --help=optmodules for more info."));

Expand Down

0 comments on commit 1971213

Please sign in to comment.