Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs
===================================================================
diff -u -rff948d4633181ead2677ab35467a93b4118c6751 -r5ca67bdbaab0f6a9fb7682c06140b93bb0f5b5bb
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision ff948d4633181ead2677ab35467a93b4118c6751)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision 5ca67bdbaab0f6a9fb7682c06140b93bb0f5b5bb)
@@ -79,7 +79,7 @@
/// Gets the gravitational acceleration.
/// [m/s^2]
///
- public RoundedDouble GravitationalAcceleration { get; private set; }
+ public RoundedDouble GravitationalAcceleration { get; }
#region Length effect parameters
@@ -112,37 +112,37 @@
///
/// Gets the model factor for the storage volume.
///
- public LogNormalDistribution ModelFactorStorageVolume { get; private set; }
+ public LogNormalDistribution ModelFactorStorageVolume { get; }
///
/// Gets the model factor for sub critical flow.
///
- public VariationCoefficientNormalDistribution ModelFactorSubCriticalFlow { get; private set; }
+ public VariationCoefficientNormalDistribution ModelFactorSubCriticalFlow { get; }
///
/// Gets the model factor for collision load.
///
- public VariationCoefficientNormalDistribution ModelFactorCollisionLoad { get; private set; }
+ public VariationCoefficientNormalDistribution ModelFactorCollisionLoad { get; }
///
/// Gets the model factor for load effect.
///
- public NormalDistribution ModelFactorLoadEffect { get; private set; }
+ public NormalDistribution ModelFactorLoadEffect { get; }
///
/// Gets the model factor for incoming flow volume.
///
- public RoundedDouble ModelFactorInflowVolume { get; private set; }
+ public RoundedDouble ModelFactorInflowVolume { get; }
///
/// Gets the modification factor for wave slowly varying pressure component.
///
- public RoundedDouble ModificationFactorWavesSlowlyVaryingPressureComponent { get; private set; }
+ public RoundedDouble ModificationFactorWavesSlowlyVaryingPressureComponent { get; }
///
/// Gets the modification factor for waves dynamic or impulsive pressure component.
///
- public RoundedDouble ModificationFactorDynamicOrImpulsivePressureComponent { get; private set; }
+ public RoundedDouble ModificationFactorDynamicOrImpulsivePressureComponent { get; }
#endregion
@@ -151,12 +151,12 @@
///
/// Gets the N of the Rayleigh-N distribution for wave ratio max H.
///
- public RoundedDouble WaveRatioMaxHN { get; private set; }
+ public RoundedDouble WaveRatioMaxHN { get; }
///
/// Gets the standard deviation of the Rayleigh-N distribution for wave ratio max H.
///
- public RoundedDouble WaveRatioMaxHStandardDeviation { get; private set; }
+ public RoundedDouble WaveRatioMaxHStandardDeviation { get; }
#endregion
}