Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2834
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Dec 13, 2018
1 parent 35cf6f8 commit 8255622
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Compiler/Util/Flags.mo
Expand Up @@ -1334,12 +1334,9 @@ constant ConfigFlag NO_TEARING_FOR_COMPONENT = CONFIG_FLAG(93, "noTearingForComp
constant ConfigFlag CT_STATE_MACHINES = CONFIG_FLAG(94, "ctStateMachines",
NONE(), INTERNAL(), BOOL_FLAG(false), NONE(),
Util.gettext("Experimental: Enable continuous-time state machine prototype"));

constant ConfigFlag DAE_MODE = CONFIG_FLAG(95, "daeMode",
NONE(), EXTERNAL(), BOOL_FLAG(false), NONE(),
Util.gettext("Generates code to simulate models in DAE mode. The whole system is passed directly to the DAE solver"+
"SUNDIALS/IDA and no algebraic solver are involed for the simulation process."));

Util.gettext("Generates code to simulate models in DAE mode. The whole system is passed directly to the DAE solver SUNDIALS/IDA and no algebraic solver is involved in the simulation process."));
constant ConfigFlag INLINE_METHOD = CONFIG_FLAG(96, "inlineMethod",
NONE(), EXTERNAL(), ENUM_FLAG(1, {("replace",1), ("append",2)}),
SOME(STRING_OPTION({"replace", "append"})),
Expand Down

0 comments on commit 8255622

Please sign in to comment.