Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Common/SoilProfile2DHelper.cs =================================================================== diff -u -r5997 -r6023 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Common/SoilProfile2DHelper.cs (.../SoilProfile2DHelper.cs) (revision 5997) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Common/SoilProfile2DHelper.cs (.../SoilProfile2DHelper.cs) (revision 6023) @@ -73,9 +73,6 @@ switch (aquiferType) { case LayerType.BottomAquiferCluster when crossSection.Layers.All(layer => layer.IsAquifer): - intersectionPoint.X = xCoordinate; - intersectionPoint.Z = crossSection.TopLevel; - return true; case LayerType.InBetweenAquiferCluster when crossSection.Layers[0].IsAquifer && crossSection.Layers.Any(layer => !layer.IsAquifer): intersectionPoint.X = xCoordinate; intersectionPoint.Z = crossSection.TopLevel;