Index: DamClients/DamLive/trunk/src/Deltares.Dam.Application.Live/DamEngineRunner.cs =================================================================== diff -u -r1670 -r1686 --- DamClients/DamLive/trunk/src/Deltares.Dam.Application.Live/DamEngineRunner.cs (.../DamEngineRunner.cs) (revision 1670) +++ DamClients/DamLive/trunk/src/Deltares.Dam.Application.Live/DamEngineRunner.cs (.../DamEngineRunner.cs) (revision 1686) @@ -144,6 +144,9 @@ } } + /// + /// Runs this instance. + /// public void Run() { Initialize(); @@ -258,6 +261,7 @@ LogManager.Add(new LogMessage(LogMessageType.FatalError, typeof(EngineInterface), string.Format("{0}", e.Message))); } } + protected void WriteResultsToFile(string fileName) { if (string.IsNullOrWhiteSpace(fileName)) @@ -276,6 +280,7 @@ Logger.LogError("Could not export Fews xml file", e); } } + /// /// Reads the user settings of the slip circle definition. ///