Skip to content

Commit

Permalink
fix typos ticket:3983
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun committed Jul 1, 2016
1 parent 48f93f0 commit 3fd8767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/c/util/simulation_options.c
Expand Up @@ -90,8 +90,8 @@ const char *FLAG_NAME[FLAG_MAX+1] = {
/* FLAG_NOEVENTEMIT */ "noEventEmit",
/* FLAG_NO_RESTART */ "noRestart",
/* FLAG_NO_ROOTFINDING */ "noRootFinding",
/* FLAG_NO_SUPPRESS_ALG */ "noSupressAlg",
/* FLAG_OPTDEBUGEJAC */ "optDebugeJac",
/* FLAG_NO_SUPPRESS_ALG */ "noSuppressAlg",
/* FLAG_OPTDEBUGEJAC */ "optDebugJac",
/* FLAG_OPTIMIZER_NP */ "optimizerNP",
/* FLAG_OPTIMIZER_TGRID */ "optimizerTimeGrid",
/* FLAG_OUTPUT */ "output",
Expand Down

0 comments on commit 3fd8767

Please sign in to comment.