Skip to content

Commit f4b199c

Browse files
author
Marcus Walther
committed
- updated the FMUGlobalSettings to the new IGlobalSettings interface
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 818e77e commit f4b199c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class FMUGlobalSettings : public IGlobalSettings
3232
virtual void setOutputPath(string) {}
3333
virtual string getSelectedSolver() { return "Euler"; }
3434
virtual void setSelectedSolver(string) {}
35+
virtual string getSelectedLinSolver() { return "Newton"; }
36+
virtual void setSelectedLinSSolver(string) {}
3537
virtual string getSelectedNonLinSolver() { return "Newton"; }
3638
virtual void setSelectedNonLinSSolver(string) {}
3739
virtual void load(std::string xml_file) {};

0 commit comments

Comments
 (0)