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 353063782dea3e65377dc5775b8f8d5fe38a9fb0
parent a12c2a3be66900dbfc457071227e6f7507a9d108
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 21 Jan 2019 18:56:40 +0100

Spacing

Diffstat:
Msrc/test_senc2d_utils.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test_senc2d_utils.h b/src/test_senc2d_utils.h @@ -300,7 +300,7 @@ cmp_seg } FOR_EACH(i, 0, 2) { FOR_EACH(j, 0, 2) { - if (d2_eq(s1[i], s2[j])) { + if(d2_eq(s1[i], s2[j])) { seg1_eq[i] = j; break; }