Index: DamEngine/trunk/src/Deltares.DamEngine.Interface/FillXmlInputFromDam.cs =================================================================== diff -u -r1268 -r1382 --- DamEngine/trunk/src/Deltares.DamEngine.Interface/FillXmlInputFromDam.cs (.../FillXmlInputFromDam.cs) (revision 1268) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface/FillXmlInputFromDam.cs (.../FillXmlInputFromDam.cs) (revision 1382) @@ -300,8 +300,8 @@ waternetOptions.PolderLevel = location.PolderLevel; waternetOptions.PolderLevelLow = location.PolderLevelLow; waternetOptions.PolderLevelLowSpecified = true; - waternetOptions.DampingFactorPL3 = location.ModelParametersForPlLines.DampingFactorPl4; - waternetOptions.DampingFactorPL4 = location.ModelParametersForPlLines.DampingFactorPl3; + waternetOptions.DampingFactorPl3 = location.ModelParametersForPlLines.DampingFactorPl4; + waternetOptions.DampingFactorPl4 = location.ModelParametersForPlLines.DampingFactorPl3; waternetOptions.PenetrationLength = location.ModelParametersForPlLines.PenetrationLength; waternetOptions.Pl1BelowCrestMiddleSpecified = location.PlLineOffsetBelowDikeCrestMiddle.HasValue; waternetOptions.Pl1BelowCrestMiddle = location.PlLineOffsetBelowDikeCrestMiddle ?? 0.0;