Skip to content

Commit

Permalink
- edit desc. strings
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jul 19, 2013
1 parent 6affad5 commit 94d24b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extern "C"
};
static const char *INIT_METHOD_DESC[IIM_MAX] = {
"unknown",
"set all variables to their start values and skips the initialization process",
"sets all variables to their start values and skips the initialization process",
"solves the initialization problem numerically",
"solves the initialization problem symbolically - default"
};
Expand Down Expand Up @@ -90,7 +90,7 @@ extern "C"
"unknown",
"Nelder-Mead method",
"Brent's method",
"Nelder-Mead method with global homotopy (see -ils for global homotopy) - default",
"Extended Nelder-Mead method (see -ils for global homotopy) - default",
"sundials/kinsol",
"sundials/kinsol with scaling",
"Interior Point OPTimizer"
Expand Down

0 comments on commit 94d24b4

Please sign in to comment.