Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/SoilProfileCreator.cs =================================================================== diff -u -r34ad98587d7f114c9f7c2233199b34fc1ef6dc76 -r0e2f8ccdf96680a356758e91336a384e0638e7af --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/SoilProfileCreator.cs (.../SoilProfileCreator.cs) (revision 34ad98587d7f114c9f7c2233199b34fc1ef6dc76) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/SoilProfileCreator.cs (.../SoilProfileCreator.cs) (revision 0e2f8ccdf96680a356758e91336a384e0638e7af) @@ -140,7 +140,7 @@ for (var i = 0; i < points.Length - 1; i++) { - Deltares.WTIStability.Data.Geo.Point2D headPoint; + WTIStabilityPoint2D headPoint; if (i == 0) { Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/StabilityLocationCreator.cs =================================================================== diff -u -r2e4a7f40ff810375ec45120f7e3ff41b417dea67 -r0e2f8ccdf96680a356758e91336a384e0638e7af --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/StabilityLocationCreator.cs (.../StabilityLocationCreator.cs) (revision 2e4a7f40ff810375ec45120f7e3ff41b417dea67) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/StabilityLocationCreator.cs (.../StabilityLocationCreator.cs) (revision 0e2f8ccdf96680a356758e91336a384e0638e7af) @@ -74,7 +74,8 @@ LeakageLengthOutwardsPl3 = input.LeakageLengthOutwardsPhreaticLine3, LeakageLengthInwardsPl3 = input.LeakageLengthInwardsPhreaticLine3, LeakageLengthOutwardsPl4 = input.LeakageLengthOutwardsPhreaticLine4, - LeakageLengthInwardsPl4 = input.LeakageLengthInwardsPhreaticLine4 + LeakageLengthInwardsPl4 = input.LeakageLengthInwardsPhreaticLine4, + WaternetCreationMode = WaternetCreationMode.CreateWaternet }; } Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Creators/StabilityLocationCreatorTest.cs =================================================================== diff -u -r2e4a7f40ff810375ec45120f7e3ff41b417dea67 -r0e2f8ccdf96680a356758e91336a384e0638e7af --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Creators/StabilityLocationCreatorTest.cs (.../StabilityLocationCreatorTest.cs) (revision 2e4a7f40ff810375ec45120f7e3ff41b417dea67) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Creators/StabilityLocationCreatorTest.cs (.../StabilityLocationCreatorTest.cs) (revision 0e2f8ccdf96680a356758e91336a384e0638e7af) @@ -167,6 +167,7 @@ Assert.AreEqual(leakageLengthInwardsPhreaticLine3, location.LeakageLengthInwardsPl3); Assert.AreEqual(leakageLengthOutwardsPhreaticLine4, location.LeakageLengthOutwardsPl4); Assert.AreEqual(leakageLengthInwardsPhreaticLine4, location.LeakageLengthInwardsPl4); + Assert.AreEqual(WaternetCreationMode.CreateWaternet, location.WaternetCreationMode); } } } \ No newline at end of file