From c988a8bd86421e51b39ebc464e9ab8d0e147401f Mon Sep 17 00:00:00 2001 From: PASCAL BOREL <d54380@dsp0961716.postes.calibre.edf.fr> Date: Wed, 24 Aug 2022 16:59:23 +0200 Subject: [PATCH] bug fix : missing replaceable --- FluidDynamics/Components/Buildings/WallLeaks.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FluidDynamics/Components/Buildings/WallLeaks.mo b/FluidDynamics/Components/Buildings/WallLeaks.mo index b0ae77e..5838936 100644 --- a/FluidDynamics/Components/Buildings/WallLeaks.mo +++ b/FluidDynamics/Components/Buildings/WallLeaks.mo @@ -1,7 +1,7 @@ within TAeZoSysPro.FluidDynamics.Components.Buildings; model WallLeaks - package Medium = TAeZoSysPro.Media.MyMedia; + replaceable package Medium = TAeZoSysPro.Media.MyMedia; // parameter Modelica.SIunits.Area A "Wall surface area" annotation( Dialog(group = "Geometry")); -- GitLab