Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs =================================================================== diff -u -r4586 -r4614 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs (.../DamCalculationBenchmarkTest.cs) (revision 4586) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamCalculationBenchmarkTest.cs (.../DamCalculationBenchmarkTest.cs) (revision 4614) @@ -35,7 +35,7 @@ [TestFixture] public class DamCalculationBenchmarkTest { - private const double cTolerance = 0.001; + private const double tolerance3Decimals = 0.00051; #region SupportingMethods @@ -114,9 +114,9 @@ List allCalculationResults = ComputeStabilityInsideProject(cFolderName, MStabModelType.UpliftVan, 1); Assert.IsTrue(allCalculationResults[0].IsUplift.Value); - Assert.AreEqual(1.024077029, allCalculationResults[0].Pl3MinUplift.Value, cTolerance); - Assert.AreEqual(49.1, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, - cTolerance); + Assert.AreEqual(1.024, allCalculationResults[0].Pl3MinUplift.Value, tolerance3Decimals); + Assert.AreEqual(49.100, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, + tolerance3Decimals); } /// @@ -132,9 +132,9 @@ List allCalculationResults = ComputeStabilityInsideProject(cFolderName, MStabModelType.UpliftVan, 1); Assert.IsTrue(allCalculationResults[0].IsUplift.Value); - Assert.AreEqual(0.905914295, allCalculationResults[0].Pl3MinUplift.Value, cTolerance); - Assert.AreEqual(-1.289245668, allCalculationResults[0].Pl3HeadAdjusted.Value, cTolerance); - Assert.AreEqual(49.1, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, cTolerance); + Assert.AreEqual(0.906, allCalculationResults[0].Pl3MinUplift.Value, tolerance3Decimals); + Assert.AreEqual(-1.289, allCalculationResults[0].Pl3HeadAdjusted.Value, tolerance3Decimals); + Assert.AreEqual(49.100, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, tolerance3Decimals); } /// @@ -150,16 +150,15 @@ List allCalculationResults = ComputeStabilityInsideProject(cFolderName, MStabModelType.UpliftVan, 1); Assert.IsTrue(allCalculationResults[0].IsUplift.Value); - Assert.AreEqual(1.0, allCalculationResults[0].Pl3MinUplift.Value, cTolerance); - Assert.AreEqual(-1.289245668, allCalculationResults[0].Pl3HeadAdjusted.Value, cTolerance); - Assert.AreEqual(49.1, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, cTolerance); + Assert.AreEqual(1.000, allCalculationResults[0].Pl3MinUplift.Value, tolerance3Decimals); + Assert.AreEqual(-1.289, allCalculationResults[0].Pl3HeadAdjusted.Value, tolerance3Decimals); + Assert.AreEqual(49.100, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, tolerance3Decimals); } /// /// performs test BM04Opdrijven04 situation with an inclined ditch bottom where uplift occurs 1D /// [Test] - [Ignore("This test is not working as expected. Created a Jira issue for this: MWDAM-2046")] [Category("Slow")] public void BM04Opdrijven04SituatieMetEenSchuineSlootbodemEnOpdrijvenOp1Locatie1D() { @@ -169,9 +168,9 @@ List allCalculationResults = ComputeStabilityInsideProject(cFolderName, MStabModelType.UpliftVan, 1); Assert.IsTrue(allCalculationResults[0].IsUplift.Value); - Assert.AreEqual(0.852055725, allCalculationResults[0].Pl3MinUplift.Value, cTolerance); - Assert.AreEqual(-2.1657492, allCalculationResults[0].Pl3HeadAdjusted.Value, cTolerance); - Assert.AreEqual(49.1, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, cTolerance); + Assert.AreEqual(0.969, allCalculationResults[0].Pl3MinUplift.Value, tolerance3Decimals); + Assert.AreEqual(-1.638, allCalculationResults[0].Pl3HeadAdjusted.Value, tolerance3Decimals); + Assert.AreEqual(49.100, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, tolerance3Decimals); } /// @@ -206,9 +205,9 @@ Assert.IsTrue(allCalculationResults[0].IsUplift.Value); // Values at bottom ditch dikeside - Assert.AreEqual(0.820097604, allCalculationResults[0].Pl3MinUplift.Value, cTolerance); - Assert.AreEqual(-1.289245668, allCalculationResults[0].Pl3HeadAdjusted.Value, cTolerance); - Assert.AreEqual(49.1, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, cTolerance); + Assert.AreEqual(0.820, allCalculationResults[0].Pl3MinUplift.Value, tolerance3Decimals); + Assert.AreEqual(-1.289, allCalculationResults[0].Pl3HeadAdjusted.Value, tolerance3Decimals); + Assert.AreEqual(49.100, allCalculationResults[0].Pl3LocalLocationXMinUplift.Value, tolerance3Decimals); } /// @@ -225,9 +224,9 @@ List allCalculationResults = ComputeStabilityInsideProject(cDikeFolder, MStabModelType.Bishop, 1, maxCores); // Following values are just taken from the Geo Stability calculation and not manually calculated - Assert.AreEqual(0.785, allCalculationResults[0].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.998, allCalculationResults[1].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.792, allCalculationResults[2].StabilitySafetyFactor.Value, cTolerance); + Assert.AreEqual(0.785, allCalculationResults[0].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.998, allCalculationResults[1].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.792, allCalculationResults[2].StabilitySafetyFactor.Value, tolerance3Decimals); } /// @@ -244,9 +243,9 @@ List allCalculationResults = ComputeStabilityInsideProject(cDikeFolder, MStabModelType.UpliftVan, 1, maxCores); // Following values are just taken from the Geo Stability calculation and not manually calculated - Assert.AreEqual(0.696, allCalculationResults[0].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.964, allCalculationResults[1].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.738, allCalculationResults[2].StabilitySafetyFactor.Value, cTolerance); + Assert.AreEqual(0.696, allCalculationResults[0].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.964, allCalculationResults[1].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.738, allCalculationResults[2].StabilitySafetyFactor.Value, tolerance3Decimals); } /// @@ -265,36 +264,36 @@ // Following values are just taken from the Geo Stability calculation and not manually calculated Assert.AreEqual(30, allCalculationResults.Count); - Assert.AreEqual(0.696, allCalculationResults[0].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.964, allCalculationResults[1].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.738, allCalculationResults[2].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.695, allCalculationResults[3].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.962, allCalculationResults[4].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.737, allCalculationResults[5].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.694, allCalculationResults[6].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.961, allCalculationResults[7].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.734, allCalculationResults[8].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.693, allCalculationResults[9].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.960, allCalculationResults[10].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.732, allCalculationResults[11].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.692, allCalculationResults[12].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.959, allCalculationResults[13].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.732, allCalculationResults[14].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.692, allCalculationResults[15].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.959, allCalculationResults[16].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.731, allCalculationResults[17].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.690, allCalculationResults[18].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.957, allCalculationResults[19].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.729, allCalculationResults[20].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.689, allCalculationResults[21].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.957, allCalculationResults[22].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.728, allCalculationResults[23].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.688, allCalculationResults[24].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.956, allCalculationResults[25].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.726, allCalculationResults[26].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.687, allCalculationResults[27].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.954, allCalculationResults[28].StabilitySafetyFactor.Value, cTolerance); - Assert.AreEqual(0.725, allCalculationResults[29].StabilitySafetyFactor.Value, cTolerance); + Assert.AreEqual(0.696, allCalculationResults[0].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.964, allCalculationResults[1].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.738, allCalculationResults[2].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.695, allCalculationResults[3].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.962, allCalculationResults[4].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.737, allCalculationResults[5].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.694, allCalculationResults[6].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.961, allCalculationResults[7].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.734, allCalculationResults[8].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.693, allCalculationResults[9].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.960, allCalculationResults[10].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.732, allCalculationResults[11].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.692, allCalculationResults[12].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.959, allCalculationResults[13].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.732, allCalculationResults[14].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.692, allCalculationResults[15].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.959, allCalculationResults[16].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.731, allCalculationResults[17].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.690, allCalculationResults[18].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.957, allCalculationResults[19].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.729, allCalculationResults[20].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.689, allCalculationResults[21].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.957, allCalculationResults[22].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.728, allCalculationResults[23].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.688, allCalculationResults[24].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.956, allCalculationResults[25].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.726, allCalculationResults[26].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.687, allCalculationResults[27].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.954, allCalculationResults[28].StabilitySafetyFactor.Value, tolerance3Decimals); + Assert.AreEqual(0.725, allCalculationResults[29].StabilitySafetyFactor.Value, tolerance3Decimals); } /// @@ -310,7 +309,7 @@ RemoveCalculationDirectoriesForProject(cFolderName); Assert.IsTrue(allCalculationResults[0].IsUplift.Value); - Assert.AreEqual(0.767, allCalculationResults[0].StabilitySafetyFactor.Value, cTolerance); + Assert.AreEqual(0.767, allCalculationResults[0].StabilitySafetyFactor.Value, tolerance3Decimals); } #endregion Uplift Index: DamClients/DamUI/trunk/data/benchmarks/Opdrijfberekeningen/04 Situatie met een schuine slootbodem en opdrijven op 1 locatie (1D)/Databronbestand.damx =================================================================== diff -u -r4500 -r4614 --- DamClients/DamUI/trunk/data/benchmarks/Opdrijfberekeningen/04 Situatie met een schuine slootbodem en opdrijven op 1 locatie (1D)/Databronbestand.damx (.../Databronbestand.damx) (revision 4500) +++ DamClients/DamUI/trunk/data/benchmarks/Opdrijfberekeningen/04 Situatie met een schuine slootbodem en opdrijven op 1 locatie (1D)/Databronbestand.damx (.../Databronbestand.damx) (revision 4614) @@ -1,30 +1,30 @@  - + - + - + - + - + - + - + - + - + - + @@ -42,865 +42,873 @@ - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - - + + + - + - - - + + + - - - - + + + + - - + + - - - - - - - + + + + + + + - + - + - + - - + + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -909,1317 +917,1495 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - + + + + + + - - - - - + + + + + + + + + + - + - - - - - - - - - - - + + + + + + - - - - - + + + + + + + + + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + + - - - - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - - - - - - + + + + + + - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: DamClients/DamUI/trunk/data/benchmarks/Opdrijfberekeningen/04 Situatie met een schuine slootbodem en opdrijven op 1 locatie (1D)/DAM invoerfiles/surfacelines.csv =================================================================== diff -u -r4500 -r4614 --- DamClients/DamUI/trunk/data/benchmarks/Opdrijfberekeningen/04 Situatie met een schuine slootbodem en opdrijven op 1 locatie (1D)/DAM invoerfiles/surfacelines.csv (.../surfacelines.csv) (revision 4500) +++ DamClients/DamUI/trunk/data/benchmarks/Opdrijfberekeningen/04 Situatie met een schuine slootbodem en opdrijven op 1 locatie (1D)/DAM invoerfiles/surfacelines.csv (.../surfacelines.csv) (revision 4614) @@ -1,2 +1,2 @@ Profielnaam;Geologischprofiel;X_GridPoint;Y_GridPoint;ScenarioClusterID;X1;Y1;Z1;.....;Xn;Yn;Zn;(Profiel) -Test1;0;22,9;27,7;0;0;0;-1,5;5;0;-1,5;12;0;-0,4;14,2;0;0,1;15;0;0,4;17,8;0;1,4;24,7;0;3;27,2;0;3;27,7;0;3;31,6;0;1,8;33,4;0;1,2;43;0;-2,1;46,1;0;-2,1;49,1;0;-4,35;51,1;0;-3,7;54,1;0;-2,1;65;0;-2,1;75;0;-2,1;105;0;-2,1 +Test1;0;22,9;27,7;0;0;0;-1,5;5;0;-1,5;12;0;-0,4;14,2;0;0,1;15;0;0,4;17,8;0;1,4;24,7;0;3;27,2;0;3;27,7;0;3;31,6;0;1,8;33,4;0;1,2;43;0;-2,1;46,1;0;-2,1;48,63333333;0;-4;49,1;0;-4,35;50,17692308;0;-4;51,1;0;-3,7;54,1;0;-2,1;65;0;-2,1;75;0;-2,1;105;0;-2,1