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 2c790d9bd6008d905e1be557fb4836602282213e
parent b10c08b8cdf23ea41ac1a0e97c26bbd3bc2a0062
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  4 Oct 2019 17:30:41 +0200

Fix a missing static in header

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

diff --git a/src/senc_s3d_wrapper.h b/src/senc_s3d_wrapper.h @@ -21,7 +21,7 @@ #include <rsys/rsys.h> #include <rsys/float3.h> -FINLINE void +static FINLINE void senc_descriptor_get_global_indices__ (const unsigned itri, unsigned indices[3], @@ -49,7 +49,7 @@ senc_descriptor_get_global_vertices__ f3_set_d3(coord, tmp); } -FINLINE void +static FINLINE void senc_enclosure_get_triangle__ (const unsigned itri, unsigned indices[3],