From 43e869c3469e575c0dc6fa19a0f065a60eb504e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Tue, 11 Oct 2022 14:53:31 +0200
Subject: [PATCH] fix: parallel structures: wrong default structure in select

refs #511
---
 src/app/calculators/parallelstructure/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/calculators/parallelstructure/config.json b/src/app/calculators/parallelstructure/config.json
index 0e8c2886d..26c3cf9a4 100644
--- a/src/app/calculators/parallelstructure/config.json
+++ b/src/app/calculators/parallelstructure/config.json
@@ -13,7 +13,7 @@
         "id": "fs_ouvrage",
         "type": "fieldset_template",
         "calcType": "Structure",
-        "defaultStructType": "VanneFondRectangulaire",
+        "defaultStructType": "SeuilOrificeRectangulaire",
         "defaultLoiDebit": "GateCem88v",
         "fields": [
             {
-- 
GitLab