Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointCalculationInput.cs
===================================================================
diff -u -r76f856cf99bc5f5b48b437848f496431bf78f452 -r64632be3edf736d75596e706cab6d7985c9d6804
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointCalculationInput.cs (.../StructuresStabilityPointCalculationInput.cs) (revision 76f856cf99bc5f5b48b437848f496431bf78f452)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresStabilityPointCalculationInput.cs (.../StructuresStabilityPointCalculationInput.cs) (revision 64632be3edf736d75596e706cab6d7985c9d6804)
@@ -143,7 +143,7 @@
/// The modification factor waves slowly-varying pressure component.
/// The modification factor dynamic or impulsive pressure component.
protected StructuresStabilityPointCalculationInput(long hydraulicBoundaryLocationId,
- double sectionNormal,
+ double sectionNormal,
IEnumerable forelandPoints,
HydraRingBreakWater breakWater,
double volumicWeightWater,
Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs
===================================================================
diff -u -r7faf338152aa99f81c7169781c4971fe7b7bbfd3 -r64632be3edf736d75596e706cab6d7985c9d6804
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs (.../StabilityPointStructuresImporter.cs) (revision 7faf338152aa99f81c7169781c4971fe7b7bbfd3)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs (.../StabilityPointStructuresImporter.cs) (revision 64632be3edf736d75596e706cab6d7985c9d6804)
@@ -178,7 +178,6 @@
FlowVelocityStructureClosable =
{
Mean = (RoundedDouble) rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword22].NumericalValue,
- CoefficientOfVariation = GetCoefficientOfVariation(rowData[StructureFilesKeywords.StabilityPointStructureParameterKeyword22], structureName)
},
StabilityLinearLoadModel =
{
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/StabilityPointStructuresImporterTest.cs
===================================================================
diff -u -r7faf338152aa99f81c7169781c4971fe7b7bbfd3 -r64632be3edf736d75596e706cab6d7985c9d6804
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/StabilityPointStructuresImporterTest.cs (.../StabilityPointStructuresImporterTest.cs) (revision 7faf338152aa99f81c7169781c4971fe7b7bbfd3)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/StabilityPointStructuresImporterTest.cs (.../StabilityPointStructuresImporterTest.cs) (revision 64632be3edf736d75596e706cab6d7985c9d6804)
@@ -163,7 +163,6 @@
"De variatie voor parameter 'KW_STERSTAB17' van kunstwerk 'Coupure Den Oever (90k1)' (KUNST1) wordt omgerekend in een variatiecoëfficiënt (regel 41).",
"De variatie voor parameter 'KW_STERSTAB18' van kunstwerk 'Coupure Den Oever (90k1)' (KUNST1) wordt omgerekend in een variatiecoëfficiënt (regel 42).",
"De variatie voor parameter 'KW_STERSTAB19' van kunstwerk 'Coupure Den Oever (90k1)' (KUNST1) wordt omgerekend in een variatiecoëfficiënt (regel 43).",
- "De variatie voor parameter 'KW_STERSTAB22' van kunstwerk 'Coupure Den Oever (90k1)' (KUNST1) wordt omgerekend in een variatiecoëfficiënt (regel 46).",
"De variatie voor parameter 'KW_STERSTAB23' van kunstwerk 'Coupure Den Oever (90k1)' (KUNST1) wordt omgerekend in een variatiecoëfficiënt (regel 47).",
"De variatie voor parameter 'KW_STERSTAB24' van kunstwerk 'Coupure Den Oever (90k1)' (KUNST1) wordt omgerekend in een variatiecoëfficiënt (regel 48).",
"De variatie voor parameter 'KW_STERSTAB25' van kunstwerk 'Coupure Den Oever (90k1)' (KUNST1) wordt omgerekend in een standaardafwijking (regel 49)."
@@ -188,7 +187,6 @@
Assert.AreEqual(3.5, structure.FailureCollisionEnergy.CoefficientOfVariation.Value);
Assert.AreEqual(4, structure.ShipMass.CoefficientOfVariation.Value);
Assert.AreEqual(4.5, structure.ShipVelocity.CoefficientOfVariation.Value);
- Assert.AreEqual(4.5, structure.FlowVelocityStructureClosable.CoefficientOfVariation.Value);
Assert.AreEqual(5, structure.StabilityLinearLoadModel.CoefficientOfVariation.Value);
Assert.AreEqual(5.5, structure.StabilityQuadraticLoadModel.CoefficientOfVariation.Value);
Assert.AreEqual(22, structure.AreaFlowApertures.StandardDeviation.Value);