Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs =================================================================== diff -u -r05772f7de5cf48deadb93cab09b6476af1a6e4c6 -rd301d40800e81507655f9dbf81a96771069611ff --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision 05772f7de5cf48deadb93cab09b6476af1a6e4c6) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresCalculationConfiguration.cs (.../StabilityPointStructuresCalculationConfiguration.cs) (revision d301d40800e81507655f9dbf81a96771069611ff) @@ -75,5 +75,10 @@ /// Gets or sets the stochast configuration for the flow velocity structure closable of the structure. /// public MeanVariationCoefficientStochastConfiguration FlowVelocityStructureClosable { get; set; } + + /// + /// Gets or sets the inflow model type of the structure. + /// + public ConfigurationInflowModelType InflowModelType { get; set; } } } \ No newline at end of file