Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public ITime GetCurrentTime()
//From Class: Oatc.OpenMI.Examples.ModelComponents.SimpleRiver.Wrapper.SimpleRiverEngineWrapper : Oatc.OpenMI.Sdk.Wrapper.IEngine		
             {
   {
			double time = _simulationStartTime + _simpleRiverEngine.GetCurrentTime() / ((double)(24*3600));
			   return new Oatc.OpenMI.Sdk.Backbone.TimeStamp(time);
		}