From bc932cd21e366581bce8ad2adb75c63bff62bf2f Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Thu, 16 May 2019 14:22:27 +0200
Subject: [PATCH] Rename "nb bassins" => "nb chutes", related to nghyd#207

---
 src/pab/pab_nombre.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pab/pab_nombre.ts b/src/pab/pab_nombre.ts
index d0fa32b5..dce1a627 100644
--- a/src/pab/pab_nombre.ts
+++ b/src/pab/pab_nombre.ts
@@ -13,7 +13,7 @@ export class PabNombreParams extends ParamsEquation {
     /** Chute totale DHT */
     private _DHT: ParamDefinition;
 
-    /** Nombre de bassins N */
+    /** Nombre de chutes N */
     private _N: ParamDefinition;
 
     /** Chute entre bassins DH */
-- 
GitLab