From a64589f8d552c9e3999c30520eede6c97182a7c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Fri, 16 Dec 2022 13:09:38 +0100
Subject: [PATCH] Lechapt-Calmon: set intlType property

refs #334
---
 src/pipe_flow/pl_lechaptcalmon.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pipe_flow/pl_lechaptcalmon.ts b/src/pipe_flow/pl_lechaptcalmon.ts
index cec5f834..f9e975ca 100644
--- a/src/pipe_flow/pl_lechaptcalmon.ts
+++ b/src/pipe_flow/pl_lechaptcalmon.ts
@@ -76,6 +76,7 @@ export class PL_LechaptCalmon extends PressureLossLaw implements Observer {
         this._props.addObserver(this);
         this.material = LCMaterial.PVCPolyethylene;
         this.calculatedParam = prms.J;
+        this._intlType = "LechaptCalmon";
     }
 
     public static get materials() {
-- 
GitLab