Skip to content

Commit

Permalink
Add available options of runtime flag -iim
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Sep 14, 2016
1 parent 9945189 commit 83c6631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/simulation_options.c
Expand Up @@ -238,7 +238,7 @@ const char *FLAG_DETAILED_DESC[FLAG_MAX+1] = {
/* FLAG_IIF */
" Value specifies an external file for the initialization of the model.",
/* FLAG_IIM */
" Value specifies the initialization method.", /* TODO: Fill me in */
" Value specifies the initialization method.\n Following options are available: 'symbolic' (default) and 'none'.",
/* FLAG_IIT */
" Value [Real] specifies a time for the initialization of the model.",
/* FLAG_ILS */
Expand Down

0 comments on commit 83c6631

Please sign in to comment.