stardis

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

commit f4c53b1bb588e5d8cfe94114ffe25732b98766ef
parent c2a9231489de12b411563b10cbb5955eac577dc1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 12 Jun 2020 14:51:12 +0200

Fix warnings

Diffstat:
Msrc/stardis-main.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/stardis-main.c b/src/stardis-main.c @@ -86,8 +86,9 @@ main } /* Dump enclosures and related information * If enclosures creation failed, just skip it */ - if(stardis.senc3d_scn) + if(stardis.senc3d_scn) { ERR(dump_enclosure_related_stuff_at_the_end_of_vtk(&stardis, stdout)); + } /* If dump flag set exit after dump done */ goto exit;