Index: DamEngine/trunk/src/Deltares.DamEngine.Interface/FillDamFromXmlInput.cs =================================================================== diff -u -r1265 -r1268 --- DamEngine/trunk/src/Deltares.DamEngine.Interface/FillDamFromXmlInput.cs (.../FillDamFromXmlInput.cs) (revision 1265) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface/FillDamFromXmlInput.cs (.../FillDamFromXmlInput.cs) (revision 1268) @@ -344,6 +344,8 @@ location.ModelParametersForPlLines.PlLineCreationMethod = ConversionHelper.ConvertToPhreaticLineCreationMethod(waternetOptions.PhreaticLineCreationMethod); location.IntrusionVerticalWaterPressure = ConversionHelper.ConvertToIntrusionVerticalWaterPressure(waternetOptions.IntrusionVerticalWaterPressure); location.PolderLevel = waternetOptions.PolderLevel; + location.PolderLevelLow = waternetOptions.PolderLevelLow; + // waternetOptions.PolderLevelLowSpecified is not used because the value is not a nullable location.ModelParametersForPlLines.DampingFactorPl4 = waternetOptions.DampingFactorPL3; location.ModelParametersForPlLines.DampingFactorPl3 = waternetOptions.DampingFactorPL4; location.ModelParametersForPlLines.PenetrationLength = waternetOptions.PenetrationLength;