Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingConfigurationService.cs =================================================================== diff -u -r07cf1185ccd0260f3e72818dff093ff39dbdd816 -r716dae0b1b95fb38ad2aa6630f9ba694aa4631b2 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingConfigurationService.cs (.../HydraRingConfigurationService.cs) (revision 07cf1185ccd0260f3e72818dff093ff39dbdd816) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingConfigurationService.cs (.../HydraRingConfigurationService.cs) (revision 716dae0b1b95fb38ad2aa6630f9ba694aa4631b2) @@ -50,7 +50,7 @@ /// Performing piping calculations (DesignTables > AlternativeId) /// /// - /// Type 3 computations (DesignTables > Method) + /// Type III calculations (DesignTables > Method) /// /// /// In the end, the configuration can be used to generate a Hydra-Ring database creation script. @@ -305,13 +305,13 @@ "LoadVariableId", defaultHydraRingValue // Fixed: not relevant }, { - "TableMin", defaultHydraRingValue // Fixed: no support for type III computations (see "Method") + "TableMin", defaultHydraRingValue // Fixed: no support for type III calculations (see "Method") }, { - "TableMax", defaultHydraRingValue // Fixed: no support for type III computations (see "Method") + "TableMax", defaultHydraRingValue // Fixed: no support for type III calculations (see "Method") }, { - "TableStepSize", defaultHydraRingValue // Fixed: no support for type III computations (see "Method") + "TableStepSize", defaultHydraRingValue // Fixed: no support for type III calculations (see "Method") }, { "ValueMin", GetHydraRingValue(designTablesSetting.ValueMin)