Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit a5c5270

Browse files
rfrankeOpenModelica-Hudson
authored andcommitted
Fix use of new LinearSolver for FMI export
1 parent d30bd1e commit a5c5270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class FMU2GlobalSettings : public IGlobalSettings
7272
virtual void setOutputPath(string) {}
7373
virtual string getSelectedSolver() { return "euler"; }
7474
virtual void setSelectedSolver(string) {}
75-
virtual string getSelectedLinSolver() { return DEFAULT_NLS; }
75+
virtual string getSelectedLinSolver() { return "dgesvSolver"; }
7676
virtual void setSelectedLinSolver(string) {}
7777
virtual string getSelectedNonLinSolver() { return DEFAULT_NLS; }
7878
virtual void setSelectedNonLinSolver(string) {}

0 commit comments

Comments
 (0)