Skip to content

Commit

Permalink
- removed simulation options that aren't used anymore more
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Feb 15, 2013
1 parent 5b2ea72 commit 378a179
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions SimulationRuntime/c/util/simulation_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ const char *FLAG_NAME[FLAG_MAX] = {
/* FLAG_ILS */ "ils",
/* FLAG_INTERACTIVE */ "interactive",
/* FLAG_IOM */ "iom",
/* FLAG_JAC */ "jac",
/* FLAG_L */ "l",
/* FLAG_LV */ "lv",
/* FLAG_MEASURETIMEPLOTFORMAT */ "measureTimePlotFormat",
/* FLAG_NLS */ "nls",
/* FLAG_NOEMIT */ "noemit",
/* FLAG_NUMJAC */ "numjac",
/* FLAG_OUTPUT */ "output",
/* FLAG_OVERRIDE */ "override",
/* FLAG_OVERRIDE_FILE */ "overrideFile",
Expand All @@ -70,13 +68,11 @@ const char *FLAG_DESC[FLAG_MAX] = {
/* FLAG_ILS */ "[int] value specifies the number of steps for the global homotopy method (required: -iim=numeric -iom=nelder_mead_ex)",
/* FLAG_INTERACTIVE */ "specify interactive simulation",
/* FLAG_IOM */ "value specifies the initialization optimization method",
/* FLAG_JAC */ "specify jacobian",
/* FLAG_L */ "value specifies a time where the linearization of the model should be performed",
/* FLAG_LV */ "[string list] value specifies the logging level",
/* FLAG_MEASURETIMEPLOTFORMAT */ "value specifies the output format of the measure time functionality",
/* FLAG_NLS */ "value specifies the nonlinear solver",
/* FLAG_NOEMIT */ "do not emit any results to the result file",
/* FLAG_NUMJAC */ "specify numerical jacobian",
/* FLAG_OUTPUT */ "output the variables a, b and c at the end of the simulation to the standard output",
/* FLAG_OVERRIDE */ "override the variables or the simulation settings in the XML setup file",
/* FLAG_OVERRIDE_FILE */ "will override the variables or the simulation settings in the XML setup file with the values from the file",
Expand Down
2 changes: 0 additions & 2 deletions SimulationRuntime/c/util/simulation_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ enum _FLAG
FLAG_ILS,
FLAG_INTERACTIVE,
FLAG_IOM,
FLAG_JAC,
FLAG_L,
FLAG_LV,
FLAG_MEASURETIMEPLOTFORMAT,
FLAG_NLS,
FLAG_NOEMIT,
FLAG_NUMJAC,
FLAG_OUTPUT,
FLAG_OVERRIDE,
FLAG_OVERRIDE_FILE,
Expand Down

0 comments on commit 378a179

Please sign in to comment.