Skip to content

Commit

Permalink
- forgot new getter/setter in global settings for FMU 2.0 export
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Walther committed Aug 12, 2015
1 parent f0b6fae commit 9f28039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h
Expand Up @@ -83,5 +83,7 @@ class FMU2GlobalSettings : public IGlobalSettings
virtual string getRuntimeLibrarypath() { return ""; }
virtual void setAlarmTime(unsigned int) {}
virtual unsigned int getAlarmTime() { return 0; }
virtual void setNonLinearSolverContinueOnError(bool){};
virtual bool getNonLinearSolverContinueOnError(){ return false; };
};
/** @} */ // end of fmu2

0 comments on commit 9f28039

Please sign in to comment.