star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit d8014e003af56bd2244ea2273d9afa77120c203f
parent 647a0963c2054c8a68bb408176d53421aa1e2d41
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  5 Nov 2018 10:45:22 +0100

BugFix: needed data cleaning on computation canceling

Diffstat:
Msrc/senc_scene_analyze.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/senc_scene_analyze.c b/src/senc_scene_analyze.c @@ -324,6 +324,7 @@ extract_connex_components * component is to be processed by another thread (possibly the one * associated with neighbour's medium). */ component_canceled = 1; + darray_side_id_clear(&stack); goto canceled; } /* Mark neighbour as processed and stack it */