Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs =================================================================== diff -u -rd301d40800e81507655f9dbf81a96771069611ff -r848cefd5bfad58ba8c4456d5ee70e7ef4e3d9b4f --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision d301d40800e81507655f9dbf81a96771069611ff) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision 848cefd5bfad58ba8c4456d5ee70e7ef4e3d9b4f) @@ -80,5 +80,10 @@ /// Gets or sets the inflow model type of the structure. /// public ConfigurationInflowModelType InflowModelType { get; set; } + + /// + /// Gets or sets the stochast configuration for the inside water level of the structure. + /// + public MeanStandardDeviationStochastConfiguration InsideWaterLevel { get; set; } } } \ No newline at end of file