Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/Configurations/ClosingStructuresCalculationConfiguration.cs
===================================================================
diff -u -r16c94d05c67237dec9fcab0f3f03c6b48d3c335b -reeac9fe0e250075e6e95683e4781b7b96ddc178c
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/Configurations/ClosingStructuresCalculationConfiguration.cs (.../ClosingStructuresCalculationConfiguration.cs) (revision 16c94d05c67237dec9fcab0f3f03c6b48d3c335b)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/Configurations/ClosingStructuresCalculationConfiguration.cs (.../ClosingStructuresCalculationConfiguration.cs) (revision eeac9fe0e250075e6e95683e4781b7b96ddc178c)
@@ -39,27 +39,27 @@
///
/// Gets or sets the stochast configuration for the inside water level for the structure.
///
- public MeanStandardDeviationStochastConfiguration InsideWaterLevel { get; set; }
+ public StochastConfiguration InsideWaterLevel { get; set; }
///
/// Gets or sets the stochast configuration for the drain coefficient for the structure.
///
- public MeanStandardDeviationStochastConfiguration DrainCoefficient { get; set; }
+ public StochastConfiguration DrainCoefficient { get; set; }
///
/// Gets or sets the stochast configuration for the threshold height open weir for the structure.
///
- public MeanStandardDeviationStochastConfiguration ThresholdHeightOpenWeir { get; set; }
+ public StochastConfiguration ThresholdHeightOpenWeir { get; set; }
///
/// Gets or sets the stochast configuration for the area flow of apertures for the structure.
///
- public MeanStandardDeviationStochastConfiguration AreaFlowApertures { get; set; }
+ public StochastConfiguration AreaFlowApertures { get; set; }
///
/// Gets or sets the stochast configuration for the level crest of structure not closing.
///
- public MeanStandardDeviationStochastConfiguration LevelCrestStructureNotClosing { get; set; }
+ public StochastConfiguration LevelCrestStructureNotClosing { get; set; }
///
/// Gets or sets the number of identical apertures.