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 }; }