Commit a959a4cd authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

PAB : prevent Z2 from being calculated

Showing with 3 additions and 3 deletions
+3 -3
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
{ {
"type": "input", "type": "input",
"id": "Q", "id": "Q",
"symbol": "Q",
"unit": "m³/s" "unit": "m³/s"
}, },
{ {
...@@ -19,12 +18,13 @@ ...@@ -19,12 +18,13 @@
{ {
"type": "input", "type": "input",
"id": "Z2", "id": "Z2",
"unit": "m" "unit": "m",
"option": "var"
} }
] ]
}, },
{ {
"id": "tableau_de_la_mort", "id": "tableau_entree_pab",
"type": "pab_table" "type": "pab_table"
} }
] ]
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