stardis

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

commit ee97b8ea75134b283fc09ff9a245453806913f89
parent bbac48be38bf4f4e02aaa2b3054895c7167b8148
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 17 Jul 2020 11:12:49 +0200

Enable log messages when reading STL files

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

diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c @@ -205,7 +205,7 @@ read_sides_and_files stardis->geometry.sg3d, &current_merge_errors)); /* At least one side+name, no side without name */ - ERR(sstl_create(stardis->logger, stardis->allocator, 0, &sstl)); + ERR(sstl_create(stardis->logger, stardis->allocator, 1, &sstl)); for(;;) { unsigned merge_errors; if(side_is_intface) {