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

Commit 8255622

Browse files
lochelOpenModelica-Hudson
authored andcommitted
Fix typos
Belonging to [master]: - #2834
1 parent 35cf6f8 commit 8255622

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Compiler/Util/Flags.mo

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,12 +1334,9 @@ constant ConfigFlag NO_TEARING_FOR_COMPONENT = CONFIG_FLAG(93, "noTearingForComp
13341334
constant ConfigFlag CT_STATE_MACHINES = CONFIG_FLAG(94, "ctStateMachines",
13351335
NONE(), INTERNAL(), BOOL_FLAG(false), NONE(),
13361336
Util.gettext("Experimental: Enable continuous-time state machine prototype"));
1337-
13381337
constant ConfigFlag DAE_MODE = CONFIG_FLAG(95, "daeMode",
13391338
NONE(), EXTERNAL(), BOOL_FLAG(false), NONE(),
1340-
Util.gettext("Generates code to simulate models in DAE mode. The whole system is passed directly to the DAE solver"+
1341-
"SUNDIALS/IDA and no algebraic solver are involed for the simulation process."));
1342-
1339+
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."));
13431340
constant ConfigFlag INLINE_METHOD = CONFIG_FLAG(96, "inlineMethod",
13441341
NONE(), EXTERNAL(), ENUM_FLAG(1, {("replace",1), ("append",2)}),
13451342
SOME(STRING_OPTION({"replace", "append"})),

0 commit comments

Comments
 (0)