From fab05fa48f7c782d2ed9571466682f7cd43a7f21 Mon Sep 17 00:00:00 2001
From: David Dorchies <david.dorchies@irstea.fr>
Date: Wed, 31 Jul 2019 15:27:39 +0200
Subject: [PATCH] Move Nub.V method to getter ParamDefinition.V See
 https://gitlab.irstea.fr/cassiopee/jalhyd/commit/9a6f835e5f91d29d7fe5009bff6a60add48ea41a

---
 .../components/generic-calculator/calculator.component.ts   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/components/generic-calculator/calculator.component.ts b/src/app/components/generic-calculator/calculator.component.ts
index 60555c257..ef034b6f0 100644
--- a/src/app/components/generic-calculator/calculator.component.ts
+++ b/src/app/components/generic-calculator/calculator.component.ts
@@ -516,9 +516,9 @@ export class GenericCalculatorComponent extends BaseComponent implements OnInit,
           DialogGeneratePABComponent,
           {
             data: {
-                chute: cloisons.V(cloisons.prms.DH),
-                debit: cloisons.V(cloisons.prms.Q),
-                coteAmont: cloisons.V(cloisons.prms.Z1)
+                chute: cloisons.prms.DH.V,
+                debit: cloisons.prms.Q.V,
+                coteAmont: cloisons.prms.Z1.V
             },
             disableClose: true
           }
-- 
GitLab