Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs =================================================================== diff -u -r234cbe1f7e14a059fd9a494942d2aac4f1206baf -rdb3c32563c1c40ac8d1bb0e6b410ef68f7c82cc5 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs (.../UpliftVanKernelWrapper.cs) (revision 234cbe1f7e14a059fd9a494942d2aac4f1206baf) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs (.../UpliftVanKernelWrapper.cs) (revision db3c32563c1c40ac8d1bb0e6b410ef68f7c82cc5) @@ -123,7 +123,7 @@ public void SetSoilModel(IList soilModel) { - stabilityModel.Soils = soilModel; + stabilityModel.Soils.AddRange(soilModel); } public void SetSoilProfile(SoilProfile2D soilProfile) Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Kernels/Waternet/WaternetKernelWrapperTest.cs =================================================================== diff -u -rea57d7e386b484cfa5689764d718dc3d2143891c -rdb3c32563c1c40ac8d1bb0e6b410ef68f7c82cc5 --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Kernels/Waternet/WaternetKernelWrapperTest.cs (.../WaternetKernelWrapperTest.cs) (revision ea57d7e386b484cfa5689764d718dc3d2143891c) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Kernels/Waternet/WaternetKernelWrapperTest.cs (.../WaternetKernelWrapperTest.cs) (revision db3c32563c1c40ac8d1bb0e6b410ef68f7c82cc5) @@ -90,8 +90,6 @@ private static void AssertIrrelevantValues(StabilityModel stabilityModel) { - Assert.IsNaN(stabilityModel.SlipPlaneConstraints.XEntryMin); // Not applicable for Waternet calculation - Assert.IsNaN(stabilityModel.SlipPlaneConstraints.XEntryMax); // Not applicable for Waternet calculation Assert.AreEqual(0.0, stabilityModel.FileVersionAsRead); // Set by XML serialization Assert.IsNull(stabilityModel.MinimumSafetyCurve); // Output Assert.IsFalse(stabilityModel.OnlyMinimumSafetyCurve); // Only for Bishop