Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/DesignWaterLevelLocationRow.cs
===================================================================
diff -u -re182f6f394aa75e739467a77e7bcacd9a8b25429 -re468a5451f59115ec6ca32c014da1baaa38866e8
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/DesignWaterLevelLocationRow.cs (.../DesignWaterLevelLocationRow.cs) (revision e182f6f394aa75e739467a77e7bcacd9a8b25429)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/DesignWaterLevelLocationRow.cs (.../DesignWaterLevelLocationRow.cs) (revision e468a5451f59115ec6ca32c014da1baaa38866e8)
@@ -38,7 +38,8 @@
///
/// The for this row.
/// Thrown when is null.
- public DesignWaterLevelLocationRow(HydraulicBoundaryLocation hydraulicBoundaryLocation) : base(hydraulicBoundaryLocation) {}
+ public DesignWaterLevelLocationRow(HydraulicBoundaryLocation hydraulicBoundaryLocation)
+ : base(hydraulicBoundaryLocation) {}
///
/// Gets the .
@@ -48,7 +49,7 @@
{
get
{
- return HydraulicBoundaryLocation.DesignWaterLevel;
+ return CalculatableObject.DesignWaterLevel;
}
}
}