Index: dam engine/trunk/src/Deltares.DamEngine.Calculators/Stability/StabilityCalculator.cs =================================================================== diff -u -r599 -r670 --- dam engine/trunk/src/Deltares.DamEngine.Calculators/Stability/StabilityCalculator.cs (.../StabilityCalculator.cs) (revision 599) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators/Stability/StabilityCalculator.cs (.../StabilityCalculator.cs) (revision 670) @@ -89,8 +89,7 @@ public static string ModelSubDirectory = ""; private MStabProject dotNetMstabProjectResults; - public PhreaticAdaptionType? NWOPhreaticAdaption { get; set; } - + /// /// Create PLLines with selected model /// @@ -179,7 +178,6 @@ plLineCreator.PlLineOffsetFactorBelowShoulderCrest = location.PlLineOffsetFactorBelowShoulderCrest; plLineCreator.UsePlLineOffsetBelowDikeCrestMiddle = location.UsePlLineOffsetBelowDikeCrestMiddle; plLineCreator.UsePlLineOffsetFactorBelowShoulderCrest = location.UsePlLineOffsetFactorBelowShoulderCrest; - plLineCreator.NWOPhreaticAdaption = NWOPhreaticAdaption; plLineCreator.XSoilGeometry2DOrigin = location.XSoilGeometry2DOrigin; plLines = plLineCreator.CreateAllPLLines(location);