Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismProperties.cs =================================================================== diff -u -r69eb8c7057601ce45297368b9281ea1e60980f28 -rf861839e975251253e2ffd7bc3f0a1839b85534e --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismProperties.cs (.../HeightStructuresFailureMechanismProperties.cs) (revision 69eb8c7057601ce45297368b9281ea1e60980f28) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismProperties.cs (.../HeightStructuresFailureMechanismProperties.cs) (revision f861839e975251253e2ffd7bc3f0a1839b85534e) @@ -145,10 +145,7 @@ { get { - return new LogNormalDistributionProperties - { - Data = data.GeneralInput.ModelFactorOvertoppingFlow - }; + return new LogNormalDistributionProperties(data.GeneralInput.ModelFactorOvertoppingFlow); } } @@ -161,10 +158,7 @@ { get { - return new LogNormalDistributionProperties - { - Data = data.GeneralInput.ModelFactorStorageVolume - }; + return new LogNormalDistributionProperties(data.GeneralInput.ModelFactorStorageVolume); } }