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

Commit 7e5cc77

Browse files
ptaeuberOpenModelica-Hudson
authored andcommitted
Change homotopyOnFirstTry flag description
1 parent 19f24e8 commit 7e5cc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/c/util/simulation_options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const char *FLAG_DETAILED_DESC[FLAG_MAX+1] = {
246246
" For example, -help=f prints detailed information for command-line flag f.",
247247
/* FLAG_HOMOTOPY_ON_FIRST_TRY */
248248
" If the model contains the homotopy operator, directly use the homotopy method to solve the initialization problem.\n"
249-
" If disabled, first try to solve without homotopy and only use homotopy as fallback option.",
249+
" Without this flag, the solver first tries to solve the initialization problem without homotopy and only uses homotopy as fallback option.",
250250
/* FLAG_IDA_MAXERRORTESTFAIL */
251251
" value specifies the maximum number of error test failures in attempting one step. The default value is 7.",
252252
/* FLAG_IDA_MAXNONLINITERS */

0 commit comments

Comments
 (0)