From e484a018134ec5db2c0128932946f29c67274037 Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Wed, 7 Feb 2024 10:53:24 +0000 Subject: [PATCH] fix: replace "Cdt" by "Cd" in Rugofond config.json Refs #657 --- src/app/calculators/rugofond/config.json | 2 +- src/app/calculators/rugofond/en.json | 2 +- src/app/calculators/rugofond/fr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/calculators/rugofond/config.json b/src/app/calculators/rugofond/config.json index 5ddd036d6..e9b92f7f7 100644 --- a/src/app/calculators/rugofond/config.json +++ b/src/app/calculators/rugofond/config.json @@ -12,7 +12,7 @@ "type": "fieldset", "fields": [ "L", - "CdT" + "Cd" ] }, { diff --git a/src/app/calculators/rugofond/en.json b/src/app/calculators/rugofond/en.json index bd93e72e6..4d57cf8c6 100644 --- a/src/app/calculators/rugofond/en.json +++ b/src/app/calculators/rugofond/en.json @@ -18,7 +18,7 @@ "ZR1": "Upper upstream ramp bottom elevation", "Nb": "Number of baffles", "L": "Total width of ramp", - "CdT": "Discharge coefficient", + "Cd": "Discharge coefficient", "d65": "d65", "PASSTYPE_0": "Horizontal aprons", diff --git a/src/app/calculators/rugofond/fr.json b/src/app/calculators/rugofond/fr.json index 8e91405be..371572308 100644 --- a/src/app/calculators/rugofond/fr.json +++ b/src/app/calculators/rugofond/fr.json @@ -18,7 +18,7 @@ "ZR1": "Cote de fond haut amont rampe", "Nb": "Nombre de ralentisseurs", "L": "Largeur totale de la rampe", - "CdT": "Coefficient de débit", + "Cd": "Coefficient de débit", "d65": "d65", "PASSTYPE_0": "Radier horizontal", -- GitLab