Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Common/SoilProfile2DHelperTests.cs =================================================================== diff -u -r7057 -r7059 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Common/SoilProfile2DHelperTests.cs (.../SoilProfile2DHelperTests.cs) (revision 7057) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Common/SoilProfile2DHelperTests.cs (.../SoilProfile2DHelperTests.cs) (revision 7059) @@ -854,9 +854,9 @@ Bottom = -20 } }; - SoilLayer2D soilUpperLayer = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(0, -10, leftCoordinate, rightCoordinate, soilProfileFullAdjoin); - SoilLayer2D soilBottomLayerAquiferPartLeft = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-10, -20, leftCoordinate, middleXCoordinate, soilProfileFullAdjoin, null, true); - SoilLayer2D soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-10, -20, middleXCoordinate, rightCoordinate, soilProfileFullAdjoin, null, true); + SoilLayer2D soilUpperLayer = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(0, -10, leftCoordinate, rightCoordinate, soilProfileFullAdjoin, null, false, false); + SoilLayer2D soilBottomLayerAquiferPartLeft = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-10, -20, leftCoordinate, middleXCoordinate, soilProfileFullAdjoin, null, true, false); + SoilLayer2D soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-10, -20, middleXCoordinate, rightCoordinate, soilProfileFullAdjoin, null, true, false); soilProfileFullAdjoin.Surfaces.Add(soilUpperLayer); soilProfileFullAdjoin.Surfaces.Add(soilBottomLayerAquiferPartLeft); @@ -886,7 +886,7 @@ Bottom = -20 } }; - SoilLayer2D soilBottomLayerAquifer = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-10, -20, leftCoordinate, rightCoordinate, soilProfileOneBottomAquiferLayer, null, true); + SoilLayer2D soilBottomLayerAquifer = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-10, -20, leftCoordinate, rightCoordinate, soilProfileOneBottomAquiferLayer, null, true, false); soilProfileOneBottomAquiferLayer.Surfaces.Add(soilUpperLayer); soilProfileOneBottomAquiferLayer.Surfaces.Add(soilBottomLayerAquifer); soilProfileOneBottomAquiferLayer.Geometry.Surfaces.Add(new GeometrySurface()); @@ -913,7 +913,7 @@ Bottom = -20 } }; - soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-5, -15, middleXCoordinate, rightCoordinate, soilProfileRightSoilLayerBottomInRange, null, true); + soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-5, -15, middleXCoordinate, rightCoordinate, soilProfileRightSoilLayerBottomInRange, null, true, false); soilProfileRightSoilLayerBottomInRange.Surfaces.Add(soilUpperLayer); soilProfileRightSoilLayerBottomInRange.Surfaces.Add(soilBottomLayerAquiferPartLeft); soilProfileRightSoilLayerBottomInRange.Surfaces.Add(soilBottomLayerAquiferPartRight); @@ -944,7 +944,7 @@ Bottom = -25 } }; - soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-15, -25, middleXCoordinate, rightCoordinate, soilProfileRightSoilLayerTopInRange, null, true); + soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-15, -25, middleXCoordinate, rightCoordinate, soilProfileRightSoilLayerTopInRange, null, true, false); soilProfileRightSoilLayerTopInRange.Surfaces.Add(soilUpperLayer); soilProfileRightSoilLayerTopInRange.Surfaces.Add(soilBottomLayerAquiferPartLeft); soilProfileRightSoilLayerTopInRange.Surfaces.Add(soilBottomLayerAquiferPartRight); @@ -975,7 +975,7 @@ Bottom = -25 } }; - soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-5, -25, middleXCoordinate, rightCoordinate, soilProfileRightAquiferLayerFullyEnvelopsLeft, null, true); + soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-5, -25, middleXCoordinate, rightCoordinate, soilProfileRightAquiferLayerFullyEnvelopsLeft, null, true, false); soilProfileRightAquiferLayerFullyEnvelopsLeft.Surfaces.Add(soilUpperLayer); soilProfileRightAquiferLayerFullyEnvelopsLeft.Surfaces.Add(soilBottomLayerAquiferPartLeft); soilProfileRightAquiferLayerFullyEnvelopsLeft.Surfaces.Add(soilBottomLayerAquiferPartRight); @@ -1007,7 +1007,7 @@ Bottom = -20 } }; - soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-15, -17, middleXCoordinate, rightCoordinate, soilProfileRightAquiferLayerFullyEnvelopedByLeft, null, true); + soilBottomLayerAquiferPartRight = FactoryForSoilProfiles.CreateRectangularSoilLayer2D(-15, -17, middleXCoordinate, rightCoordinate, soilProfileRightAquiferLayerFullyEnvelopedByLeft, null, true, false); soilProfileRightAquiferLayerFullyEnvelopedByLeft.Surfaces.Add(soilUpperLayer); soilProfileRightAquiferLayerFullyEnvelopedByLeft.Surfaces.Add(soilBottomLayerAquiferPartLeft); soilProfileRightAquiferLayerFullyEnvelopedByLeft.Surfaces.Add(soilBottomLayerAquiferPartRight);