Versions Compared

Key

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

...

The calling sequence for methods not shown in Figure 17 is given in Figure 14, Figure 15 and Figure 1516. Note that for some of the methods the full implementation is done in the SimpleRiverEngineWrapper class. The methods GetCurrentTime, GetInputTime and GetEarliestNeededTime are all invoking the GetCurrentTime method in the SimpleRiverDotNetAccess class. The returned time is the engine local time. This time is converted to the ModifiedJulianTime in the SimpleRiverEngineWrapper (see code below).

...