Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/StructuresCalculationConfiguration.cs
===================================================================
diff -u -r43b7d2fe7b1c4209fd2afcd985a5c1f4b7bf14e9 -reeac9fe0e250075e6e95683e4781b7b96ddc178c
--- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/StructuresCalculationConfiguration.cs (.../StructuresCalculationConfiguration.cs) (revision 43b7d2fe7b1c4209fd2afcd985a5c1f4b7bf14e9)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/StructuresCalculationConfiguration.cs (.../StructuresCalculationConfiguration.cs) (revision eeac9fe0e250075e6e95683e4781b7b96ddc178c)
@@ -73,12 +73,12 @@
///
/// Gets or sets the stochast configuration for the model factor super critical flow.
///
- public MeanStandardDeviationStochastConfiguration ModelFactorSuperCriticalFlow { get; set; }
+ public StochastConfiguration ModelFactorSuperCriticalFlow { get; set; }
///
/// Gets or sets the stochast configuration for the storm duration.
///
- public MeanVariationCoefficientStochastConfiguration StormDuration { get; set; }
+ public StochastConfiguration StormDuration { get; set; }
///
/// Gets or sets the structure's normal orientation.
@@ -88,22 +88,22 @@
///
/// Gets or sets the stochast configuration for the allowed level of storage increase.
///
- public MeanStandardDeviationStochastConfiguration AllowedLevelIncreaseStorage { get; set; }
+ public StochastConfiguration AllowedLevelIncreaseStorage { get; set; }
///
/// Gets or sets the stochast configuration for the storage structure area.
///
- public MeanVariationCoefficientStochastConfiguration StorageStructureArea { get; set; }
+ public StochastConfiguration StorageStructureArea { get; set; }
///
/// Gets or sets the stochast configuration for the flow width at bottom protection.
///
- public MeanStandardDeviationStochastConfiguration FlowWidthAtBottomProtection { get; set; }
+ public StochastConfiguration FlowWidthAtBottomProtection { get; set; }
///
/// Gets or sets the stochast configuration for the critical overtopping discharge.
///
- public MeanVariationCoefficientStochastConfiguration CriticalOvertoppingDischarge { get; set; }
+ public StochastConfiguration CriticalOvertoppingDischarge { get; set; }
///
/// Gets or sets the failure probability of structure with erosion.
@@ -113,7 +113,7 @@
///
/// Gets or sets the stochast configuration for the flow width of apertures.
///
- public MeanStandardDeviationStochastConfiguration WidthFlowApertures { get; set; }
+ public StochastConfiguration WidthFlowApertures { get; set; }
///
/// Gets or sets the wave reduction configuration.