Index: DamEngine/trunk/src/Deltares.DamEngine.Interface/FillXmlInputFromDam.cs =================================================================== diff -u -r2113 -r2131 --- DamEngine/trunk/src/Deltares.DamEngine.Interface/FillXmlInputFromDam.cs (.../FillXmlInputFromDam.cs) (revision 2113) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface/FillXmlInputFromDam.cs (.../FillXmlInputFromDam.cs) (revision 2131) @@ -497,8 +497,6 @@ waternetOptions.PhreaticLineCreationMethod = ConversionHelper.ConvertToInputPhreaticLineCreationMethod(location.ModelParametersForPlLines.PlLineCreationMethod); waternetOptions.IntrusionVerticalWaterPressure = ConversionHelper.ConvertToInputIntrusionVerticalWaterPressure(location.IntrusionVerticalWaterPressure ?? IntrusionVerticalWaterPressureType.Standard); waternetOptions.PolderLevel = location.PolderLevel; - waternetOptions.PolderLevelLow = location.PolderLevelLow; - waternetOptions.PolderLevelLowSpecified = true; waternetOptions.DampingFactorPl3 = location.ModelParametersForPlLines.DampingFactorPl4; waternetOptions.DampingFactorPl4 = location.ModelParametersForPlLines.DampingFactorPl3; waternetOptions.PenetrationLength = location.ModelParametersForPlLines.PenetrationLength;