Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs =================================================================== diff -u -rabf027a3519fdb584ae797edd62f2baaab6d6968 -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision abf027a3519fdb584ae797edd62f2baaab6d6968) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) @@ -86,8 +86,8 @@ public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; } /// - /// Gets the critical overtopping discharge of the height structure. - /// [m^2/s] + /// Gets the critical overtopping discharge per meter of the height structure. + /// [m^3/s/m] /// public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; } @@ -146,8 +146,8 @@ public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; } /// - /// Gets the critical overtopping discharge of the height structure. - /// [m^2/s] + /// Gets the critical overtopping discharge per meter of the height structure. + /// [m^3/s/m] /// public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; }