Commit 088320cb authored by Dorchies David's avatar Dorchies David
Browse files

Correction paramètre par défaut Dever suite à commit a4c71644

Showing with 3 additions and 3 deletions
+3 -3
...@@ -279,7 +279,7 @@ export class NubFactory { ...@@ -279,7 +279,7 @@ export class NubFactory {
{ {
const prms = new ParallelStructureParams(0.5, // Q const prms = new ParallelStructureParams(0.5, // Q
102, // Z1 102, // Z1
101.5 // Z2 101.5 // Z2
); );
return new ParallelStructure(prms); return new ParallelStructure(prms);
} }
...@@ -288,8 +288,8 @@ export class NubFactory { ...@@ -288,8 +288,8 @@ export class NubFactory {
{ {
const prms = new DeverParams(0.5, // Q const prms = new DeverParams(0.5, // Q
102, // Z1 102, // Z1
10, // BR 10, // BR : largeur du cours d'eau
1 // ZR 99 // ZR : cote du lit du cours d'eau
); );
return new Dever(prms); return new Dever(prms);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment