From 088320cb4940abc2fdbb5026de7455477034d336 Mon Sep 17 00:00:00 2001 From: David Dorchies <david.dorchies@irstea.fr> Date: Mon, 2 Jul 2018 14:20:51 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20param=C3=A8tre=20par=20d=C3=A9faut?= =?UTF-8?q?=20Dever=20suite=20=C3=A0=20commit=20a4c7164418f26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nub_factory.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nub_factory.ts b/src/nub_factory.ts index e84c0b72..170b2e86 100644 --- a/src/nub_factory.ts +++ b/src/nub_factory.ts @@ -279,7 +279,7 @@ export class NubFactory { { const prms = new ParallelStructureParams(0.5, // Q 102, // Z1 - 101.5 // Z2 + 101.5 // Z2 ); return new ParallelStructure(prms); } @@ -288,8 +288,8 @@ export class NubFactory { { const prms = new DeverParams(0.5, // Q 102, // Z1 - 10, // BR - 1 // ZR + 10, // BR : largeur du cours d'eau + 99 // ZR : cote du lit du cours d'eau ); return new Dever(prms); } -- GitLab