Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs =================================================================== diff -u -rf5ac9de8b45cef4515fa7a051c5af54446f96712 -r2dc3f17db9958ee4146f90efd7d38eb335ef822f --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs (.../GeneralHeightStructuresInput.cs) (revision f5ac9de8b45cef4515fa7a051c5af54446f96712) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs (.../GeneralHeightStructuresInput.cs) (revision 2dc3f17db9958ee4146f90efd7d38eb335ef822f) @@ -36,7 +36,7 @@ { GravitationalAcceleration = new RoundedDouble(2, 9.87); - ModelfactorOvertoppingFlow = new LognormalDistribution(3) + ModelFactorOvertoppingFlow = new LognormalDistribution(3) { Mean = new RoundedDouble(3, 0.09), StandardDeviation = new RoundedDouble(3, 0.06) @@ -59,7 +59,7 @@ /// /// Gets the model factor overtopping flow. /// - public LognormalDistribution ModelfactorOvertoppingFlow { get; private set; } + public LognormalDistribution ModelFactorOvertoppingFlow { get; private set; } /// /// Gets the model factor for storage volume.