Skip to content

Commit

Permalink
Fix typo in flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Jan 20, 2021
1 parent 353923e commit b7c74ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/Util/Flags.mo
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ constant DebugFlag DEBUG_DIFFERENTIATION = DEBUG_FLAG(134, "debugDifferentiation
constant DebugFlag DEBUG_DIFFERENTIATION_VERBOSE = DEBUG_FLAG(135, "debugDifferentiationVerbose", false,
Gettext.gettext("Dumps verbose debug output for the differentiation process."));
constant DebugFlag FMU_EXPERIMENTAL = DEBUG_FLAG(136, "fmuExperimental", false,
Gettext.gettext("Include an extra function in the FMU fmi7GetSpecificDerivatives."));
Gettext.gettext("Include an extra function in the FMU fmi2GetSpecificDerivatives."));
constant DebugFlag DUMP_DGESV = DEBUG_FLAG(137, "dumpdgesv", false,
Gettext.gettext("Enables dumping of the information whether DGESV is used to solve linear systems."));
constant DebugFlag MULTIRATE_PARTITION = DEBUG_FLAG(138, "multirate", false,
Expand Down

0 comments on commit b7c74ad

Please sign in to comment.