Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs =================================================================== diff -u -racd375042fb10c2774f972b9dfe8a2cf366de1f2 -r62e47f0904c38e013615cd2c5b0c57b9b567593c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs (.../AssessmentSection.cs) (revision acd375042fb10c2774f972b9dfe8a2cf366de1f2) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs (.../AssessmentSection.cs) (revision 62e47f0904c38e013615cd2c5b0c57b9b567593c) @@ -566,7 +566,6 @@ { referenceLine = value; double sectionLength = value?.Length ?? double.NaN; - MacroStabilityInwards.MacroStabilityInwardsProbabilityAssessmentInput.SectionLength = sectionLength; MacroStabilityOutwards.MacroStabilityOutwardsProbabilityAssessmentInput.SectionLength = sectionLength; WaveImpactAsphaltCover.GeneralWaveImpactAsphaltCoverInput.SectionLength = sectionLength; }