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 647a0963c2054c8a68bb408176d53421aa1e2d41
parent cd70a30ab8923c2a5405f1d7beb8950dc7e045f4
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  5 Nov 2018 10:17:49 +0100

Fix a comment

Diffstat:
Msrc/senc_device.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/senc_device.c b/src/senc_device.c @@ -88,7 +88,6 @@ senc_device_create struct senc_device* dev = NULL; struct mem_allocator* allocator = NULL; res_T res = RES_OK; - (void)nthreads_hint; /* Unused */ if(nthreads_hint == 0 || !out_dev) return RES_BAD_ARG; log = logger ? logger : LOGGER_DEFAULT;