Skip to content

Commit

Permalink
- fix for FMI tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Jul 15, 2014
1 parent 0e8a14f commit efc9a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h
Expand Up @@ -28,6 +28,8 @@ class FMUGlobalSettings : public IGlobalSettings
virtual OutputFormat getOutputFormat(){return CSV;}
virtual LogType getLogType() {return OFF;}
virtual void setLogType(LogType) {}
virtual OutputPointType getOutputPointType() { return ALL; };
virtual void setOutputPointType(OutputPointType) {};
virtual void setOutputFormat(OutputFormat) {}
virtual void setOutputPath(string) {}
virtual string getSelectedSolver() { return "Euler"; }
Expand Down

0 comments on commit efc9a6b

Please sign in to comment.