Skip to content

Commit

Permalink
- updated the FMUGlobalSettings to the new IGlobalSettings interface
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Jun 17, 2014
1 parent 818e77e commit f4b199c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h
Expand Up @@ -32,6 +32,8 @@ class FMUGlobalSettings : public IGlobalSettings
virtual void setOutputPath(string) {}
virtual string getSelectedSolver() { return "Euler"; }
virtual void setSelectedSolver(string) {}
virtual string getSelectedLinSolver() { return "Newton"; }
virtual void setSelectedLinSSolver(string) {}
virtual string getSelectedNonLinSolver() { return "Newton"; }
virtual void setSelectedNonLinSSolver(string) {}
virtual void load(std::string xml_file) {};
Expand Down

0 comments on commit f4b199c

Please sign in to comment.