Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/DesignWaterLevelLocationsProperties.cs =================================================================== diff -u -r24942d5d831cb0d67336dd9d5506a4a23cf099f5 -r89d783c45859b97159947c0cd163ef1b76ad61df --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/DesignWaterLevelLocationsProperties.cs (.../DesignWaterLevelLocationsProperties.cs) (revision 24942d5d831cb0d67336dd9d5506a4a23cf099f5) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/DesignWaterLevelLocationsProperties.cs (.../DesignWaterLevelLocationsProperties.cs) (revision 89d783c45859b97159947c0cd163ef1b76ad61df) @@ -66,7 +66,7 @@ { get { - return data.Select(loc => new DesignWaterLevelLocationProperties(loc, getCalculationFunc(loc))).ToArray(); + return data.Select(loc => new DesignWaterLevelLocationProperties(getCalculationFunc(loc))).ToArray(); } } }