Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingConfigurationService.cs
===================================================================
diff -u -r49c5da81f49a23dd6e66526d264a08bf510e6963 -rd49770201655964042adccca08d2e9fb2217723d
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingConfigurationService.cs (.../HydraRingConfigurationService.cs) (revision 49c5da81f49a23dd6e66526d264a08bf510e6963)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingConfigurationService.cs (.../HydraRingConfigurationService.cs) (revision d49770201655964042adccca08d2e9fb2217723d)
@@ -41,7 +41,7 @@
/// Combination of multiple sections
///
/// -
- /// Coupling two hydraulic boundary stations
+ /// Coupling two hydraulic boundary locations
///
/// -
/// Performing revetment calculations (DesignTables > LayerId)
@@ -170,7 +170,7 @@
"UncertaintiesID", (int) UncertaintiesType
},
{
- "DataSetName", "WTI 2017" // Fixed: use the WTI 2017 set of station locations
+ "DataSetName", "WTI 2017" // Fixed: use the WTI 2017 set of hydraulic boundary locations
}
}
};
@@ -217,10 +217,10 @@
"StationId1", hydraRingCalculationInput.HydraulicBoundaryLocationId
},
{
- "StationId2", hydraRingCalculationInput.HydraulicBoundaryLocationId // Same as "StationId1": no support for coupling two stations
+ "StationId2", hydraRingCalculationInput.HydraulicBoundaryLocationId // Same as "StationId1": no support for coupling two hydraulic boundary locations
},
{
- "Relative", 100.0 // Fixed: no support for coupling two stations
+ "Relative", 100.0 // Fixed: no support for coupling two hydraulic boundary locations
},
{
"Normal", GetHydraRingValue(hydraRingSection.CrossSectionNormal)