Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs =================================================================== diff -u -r5982 -r5985 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs (.../PlLinesCreator.cs) (revision 5982) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs (.../PlLinesCreator.cs) (revision 5985) @@ -422,12 +422,14 @@ SoilProfile2D soilProfile2D = SoilProfileType == SoilProfileType.ProfileType2D ? SoilProfile2D : DetermineSoilProfile2DFrom1D(); SoilProfile2DHelper.LayerType aquiferType = plLineType == PlLineType.Pl3 ? SoilProfile2DHelper.LayerType.BottomAquiferCluster : SoilProfile2DHelper.LayerType.InBetweenAquiferCluster; double xStart = SurfaceLine.CharacteristicPoints.GetGeometryPoint(CharacteristicPointType.DikeToeAtPolder).X; - if (SoilProfile2DHelper.IsSurfaceLineIntersectedByAquifer(aquiferType, soilProfile2D, xStart, out GeometryPoint intersectionAquifer)) + + // Code temporary disabled + /*if (SoilProfile2DHelper.IsSurfaceLineIntersectedByAquifer(aquiferType, soilProfile2D, xStart, out GeometryPoint intersectionAquifer)) { ReducePlLineToPl1(soilProfile2D, intersectionAquifer, plLine); } else - { + {*/ plLine.Points.Add(new PlLinePoint(SurfaceLine.CharacteristicPoints.GetGeometryPoint(CharacteristicPointType.DikeToeAtPolder).X, headAtPolderDikeToe)); // Now continue PlLine to the end with a slope of SlopeGradient @@ -437,7 +439,7 @@ { AdjustLineAccordingToTrwUplift(plLine, plLineType, slopeGradient); } - } + //} EnsureDescendingLine(plLine); Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/PlLinesCreator/PlLinesCreatorTest.cs =================================================================== diff -u -r5981 -r5985 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/PlLinesCreator/PlLinesCreatorTest.cs (.../PlLinesCreatorTest.cs) (revision 5981) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/PlLinesCreator/PlLinesCreatorTest.cs (.../PlLinesCreatorTest.cs) (revision 5985) @@ -2050,7 +2050,7 @@ /// Bottom aquifer X=59.5 /// ------------------------------------------------------------- Level -10 m /// - [Test] + [Test, Ignore("Test temporary ignored (MWDAM-2691)")] [TestCase(false, -4.0, 59.000)] // PL 1 above bottom aquifer [TestCase(false, -7.0, 59.375)] // PL 1 below bottom aquifer [TestCase(false, -9.0, 59.250)] // PL 1 below ditch