Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Geometry2DTo1DConverter.cs =================================================================== diff -u -r877 -r937 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Geometry2DTo1DConverter.cs (.../Geometry2DTo1DConverter.cs) (revision 877) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Geometry2DTo1DConverter.cs (.../Geometry2DTo1DConverter.cs) (revision 937) @@ -47,12 +47,12 @@ public class Geometry2DTo1DConverter { /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Name of the soil geometry2 D. /// The surface line. /// The dike embankment material. - /// The soil base DB. + /// The soil list. public Geometry2DTo1DConverter(string soilGeometry2DName, SurfaceLine2 surfaceLine, Soil dikeEmbankmentMaterial, SoilList soilList) { SoilGeometry2DName = soilGeometry2DName; @@ -63,12 +63,12 @@ } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Name of the soil geometry2 D. /// The surface line. /// The dike embankment material. - /// The soil base DB. + /// The soil list. /// The x offset soil geometry2 D origin. public Geometry2DTo1DConverter(string soilGeometry2DName, SurfaceLine2 surfaceLine, Soil dikeEmbankmentMaterial, SoilList soilList, double xOffsetSoilGeometry2DOrigin) { @@ -88,8 +88,7 @@ /// Make section on specified x-coordinate. /// Material above surfacelevel of geometry and below surfaceline will be specified as dikeEmbankmentMaterial /// - /// - /// + /// The x coordinate. /// public SoilProfile1D Convert(double xCoordinate) { @@ -136,7 +135,8 @@ /// /// Add toplayer made of dikeEmbankmentMaterial when the surfaceline is higher then the defined 2D-geometry /// - /// + /// The soil profile. + /// The x coordinate. private void AddDikeMaterialIfSurfaceLineAboveGeometrySurface(ref SoilProfile1D soilProfile, double xCoordinate) { double surfaceLevel = this.SurfaceLine.Geometry.GetZAtUnsortedX(xCoordinate); Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityCommon/Geometry2DTo1DConverterTest.cs =================================================================== diff -u -r926 -r937 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityCommon/Geometry2DTo1DConverterTest.cs (.../Geometry2DTo1DConverterTest.cs) (revision 926) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityCommon/Geometry2DTo1DConverterTest.cs (.../Geometry2DTo1DConverterTest.cs) (revision 937) @@ -23,7 +23,6 @@ using System.IO; using Deltares.DamEngine.Calculators.General; using Deltares.DamEngine.Data.Geotechnics; -using Deltares.DamEngine.TestHelpers; using Deltares.DamEngine.TestHelpers.Factories; using NUnit.Framework; @@ -33,9 +32,9 @@ public class Geometry2DTo1DConverterTest { const double cTolerance = 0.00001; - private const string TestFolder = @"..\..\Deltares.DamEngine.Calculators.Tests\KernelWrappers\DamMacroStabilityCommon\TestData"; - private string geometryFileName1D1 = Path.Combine(TestFolder, "1D1.sti"); - private string geometryFileName18_4_94 = Path.Combine(TestFolder, "18_4_94.sti"); + private const string testFolder = @"..\..\Deltares.DamEngine.Calculators.Tests\KernelWrappers\DamMacroStabilityCommon\TestData"; + private readonly string geometryFileName1D1 = Path.Combine(testFolder, "1D1.sti"); + private readonly string geometryFileName18_4_94 = Path.Combine(testFolder, "18_4_94.sti"); string cDikeMaterial = "OA"; SurfaceLine2 surfaceLine; Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj =================================================================== diff -u -r933 -r937 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj (.../Deltares.DamEngine.Calculators.Tests.csproj) (revision 933) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj (.../Deltares.DamEngine.Calculators.Tests.csproj) (revision 937) @@ -86,11 +86,6 @@ - - PreserveNewest - - - PreserveNewest Fisheye: Tag 937 refers to a dead (removed) revision in file `DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityCommon/TestData/Geometry2DDataOutput.xml'. Fisheye: No comparison available. Pass `N' to diff?