From b3b792992c2fb8068d40896fa155460667d1a89e Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Mon, 20 May 2019 11:13:23 +0200
Subject: [PATCH] Made "Pr" visible again, in Remous only

---
 src/remous.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/remous.ts b/src/remous.ts
index 867f3cbf..d06721cb 100644
--- a/src/remous.ts
+++ b/src/remous.ts
@@ -59,6 +59,7 @@ export class CourbeRemousParams extends ParamsEquation {
         this.addParamDefinition(this._Dx);
 
         this.DefineCalculability(); // Pour ne pas remettre en undefined les prms de _section
+        this.Pr.visible = true; // exception
     }
 
     public addParamDefinition(p: ParamDefinition) {
-- 
GitLab