stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 24734163d555abb567a02589445151f56bcbb1b7
parent 0ce6db4219ff3822a1d0ac62eb691d6fa1f5a675
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 11 May 2020 09:59:44 +0200

Fix warning

Diffstat:
Msrc/stardis-app.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stardis-app.c b/src/stardis-app.c @@ -469,7 +469,7 @@ create_holder } end: - if(enc) ERR(senc3d_enclosure_ref_put(enc)); + if(enc) SENC3D(enclosure_ref_put(enc)); return res; error: goto end;