Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r809badc1bc6d0bdc0fb769994bdb875f11485876 -rf817bfc2122cfa0a48bd19ad8518a948dfd7c95c --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 809badc1bc6d0bdc0fb769994bdb875f11485876) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision f817bfc2122cfa0a48bd19ad8518a948dfd7c95c) @@ -643,9 +643,9 @@ pipingSoilLayer.BelowPhreaticLevelDeviation = 1.2; pipingSoilLayer.BelowPhreaticLevelShift = 3.2; pipingSoilLayer.DiameterD70Mean = 2.42; - pipingSoilLayer.DiameterD70Deviation = 21.002; + pipingSoilLayer.DiameterD70CoefficientOfVariation = 21.002; pipingSoilLayer.PermeabilityMean = 0.9982; - pipingSoilLayer.PermeabilityDeviation = 0.220; + pipingSoilLayer.PermeabilityCoefficientOfVariation = 0.220; pipingSoilLayer.Color = Color.HotPink; pipingSoilLayer.MaterialName = "HotPinkLayer"; @@ -720,12 +720,12 @@ Diameter70 = { Mean = (RoundedDouble) 8.8, - StandardDeviation = (RoundedDouble) 9.9 + CoefficientOfVariation = (RoundedDouble) 9.9 }, DarcyPermeability = { Mean = (RoundedDouble) 10.10, - StandardDeviation = (RoundedDouble) 11.11 + CoefficientOfVariation = (RoundedDouble) 11.11 } }, Output = new TestPipingOutput(), @@ -778,12 +778,12 @@ Diameter70 = { Mean = (RoundedDouble) 19.19, - StandardDeviation = (RoundedDouble) 20.20 + CoefficientOfVariation = (RoundedDouble) 20.20 }, DarcyPermeability = { Mean = (RoundedDouble) 21.21, - StandardDeviation = (RoundedDouble) 22.22 + CoefficientOfVariation = (RoundedDouble) 22.22 } }, Output = null,