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 8525611aed48d265140c8d11ca5d8e5797305237
parent ec3c40fc8f85c67be5724bc6fbf622fc502016d5
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Sun, 19 Apr 2020 20:00:22 +0200

Remove warning message

Diffstat:
Msrc/senc3d_scene_analyze.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/senc3d_scene_analyze.c b/src/senc3d_scene_analyze.c @@ -955,9 +955,6 @@ collect_and_link_neighbours #pragma omp critical { struct frontier_edge frontier_edge; - log_warn(scn->dev, - "%s: found frontier involving triangle "PRTF_TRG".\n", - FUNC_NAME, crt_id); frontier_edge.trg = crt_id; frontier_edge.vrtx0 = v0; frontier_edge.vrtx1 = v1;