Skip to content

Commit

Permalink
using Kinsol as standard nonlinear solver
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Worschech authored and OpenModelica-Hudson committed Jul 18, 2017
1 parent ffcf1b1 commit 49a3767
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -100,7 +100,7 @@ OMCFactory::OMCFactory(PATH library_path, PATH modelicasystem_path)
#else
, _defaultLinSolver("linearSolver")
#endif
, _defaultNonLinSolver("nox")
, _defaultNonLinSolver("kinsol")
{
fillArgumentsToIgnore();
fillArgumentsToReplace();
Expand All @@ -114,7 +114,7 @@ OMCFactory::OMCFactory()
#else
, _defaultLinSolver("linearSolver")
#endif
, _defaultNonLinSolver("nox")
, _defaultNonLinSolver("kinsol")
{
fillArgumentsToIgnore();
fillArgumentsToReplace();
Expand Down

0 comments on commit 49a3767

Please sign in to comment.