Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/DistributionHelper.cs =================================================================== diff -u -r08f1dc11ba73edce36d5133f1382c915bf4edec9 -r5804eb2345410be916d1b601e70e10000f2eb61c --- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/DistributionHelper.cs (.../DistributionHelper.cs) (revision 08f1dc11ba73edce36d5133f1382c915bf4edec9) +++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/DistributionHelper.cs (.../DistributionHelper.cs) (revision 5804eb2345410be916d1b601e70e10000f2eb61c) @@ -42,7 +42,6 @@ /// log normal distribution with a zero shift. public static void ValidateLogNormalDistribution(long? distributionType, double shift) { - if (distributionType.HasValue) { if (distributionType.Value != SoilLayerConstants.LogNormalDistributionValue)