Skip to content

Commit

Permalink
Change homotopyOnFirstTry flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaeuber authored and OpenModelica-Hudson committed Aug 14, 2017
1 parent 19f24e8 commit 7e5cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/simulation_options.c
Expand Up @@ -246,7 +246,7 @@ const char *FLAG_DETAILED_DESC[FLAG_MAX+1] = {
" For example, -help=f prints detailed information for command-line flag f.",
/* FLAG_HOMOTOPY_ON_FIRST_TRY */
" If the model contains the homotopy operator, directly use the homotopy method to solve the initialization problem.\n"
" If disabled, first try to solve without homotopy and only use homotopy as fallback option.",
" Without this flag, the solver first tries to solve the initialization problem without homotopy and only uses homotopy as fallback option.",
/* FLAG_IDA_MAXERRORTESTFAIL */
" value specifies the maximum number of error test failures in attempting one step. The default value is 7.",
/* FLAG_IDA_MAXNONLINITERS */
Expand Down

0 comments on commit 7e5cc77

Please sign in to comment.