star-enclosures-2d

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

commit 439fb4b7ec4c9628c79c12bbc04fdc93bea9d7b6
parent 18acc7f8974651ca433b1882132be7d9bdc35e73
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Sat,  4 Jul 2020 18:01:46 +0200

Fix a warning

Diffstat:
Msrc/senc2d_scene_analyze.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/senc2d_scene_analyze.c b/src/senc2d_scene_analyze.c @@ -1278,10 +1278,10 @@ scene_analyze #pragma omp single { - res_T tmp_res = RES_OK; /* Save all the overlapping segments in a darray */ - ASSERT(overlaps_initialized); + res_T tmp_res = RES_OK; struct htable_overlap_iterator it, end; + ASSERT(overlaps_initialized); htable_overlap_begin(&overlaps, &it); htable_overlap_end(&overlaps, &end); tmp_res = darray_seg_id_reserve(&scn->analyze.overlapping_ids,