Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityHorizontalBalance/DamMacroStabilityHorizontalBalanceKernelWrapperTests.cs =================================================================== diff -u -r1117 -r1125 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityHorizontalBalance/DamMacroStabilityHorizontalBalanceKernelWrapperTests.cs (.../DamMacroStabilityHorizontalBalanceKernelWrapperTests.cs) (revision 1117) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityHorizontalBalance/DamMacroStabilityHorizontalBalanceKernelWrapperTests.cs (.../DamMacroStabilityHorizontalBalanceKernelWrapperTests.cs) (revision 1125) @@ -76,7 +76,7 @@ } [Test] - public void TestFullCalculationForProcess() // gebaseerd op CanCalculateStabilitySafetyFactorGeometry1DUsingSlopeW DamClassic + public void TestFullCalculationForProcess() // based on CanCalculateStabilitySafetyFactorGeometry1DUsingSlopeW DamClassic { const double cToleranceSafetyFactor = 0.001; const double cTrafficLoad = 10.0; Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityHorizontalBalance/DamMacroStabilityHorizontalBalanceKernelWrapper.cs =================================================================== diff -u -r1040 -r1125 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityHorizontalBalance/DamMacroStabilityHorizontalBalanceKernelWrapper.cs (.../DamMacroStabilityHorizontalBalanceKernelWrapper.cs) (revision 1040) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStabilityHorizontalBalance/DamMacroStabilityHorizontalBalanceKernelWrapper.cs (.../DamMacroStabilityHorizontalBalanceKernelWrapper.cs) (revision 1125) @@ -22,7 +22,6 @@ using System; using System.Collections.Generic; using System.Data; -using System.IO; using System.Xml.Linq; using Deltares.DamEngine.Calculators.KernelWrappers.Common; using Deltares.DamEngine.Calculators.KernelWrappers.DamMacroStabilityCommon; @@ -175,10 +174,10 @@ damKernelInput.DesignScenario, damKernelInput.SubSoilScenario.SoilProfile1D, soilProfile2DName, DamProjectCalculationSpecification.SelectedAnalysisType) { - // initialize as failed + // initialize has failed CalculationResult = CalculationResult.RunFailed }; - // Outwards can have only one result as BishopUpliftVan as model is not allowed + // Horiontal Balance has only one result if (damMacroStabilityOutput.StabilityOutputItems.Count == 1) { var damMacroStabilityOutputItem = damMacroStabilityOutput.StabilityOutputItems[0];