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 ef70db214a639d840b26604be31de2e39701fe0a
parent d3dc3115564e6e67950a2f94ed75bec59ab55755
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 25 Jul 2018 14:14:08 +0200

Fix a comment

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 @@ -491,8 +491,8 @@ merge_connex_parts /* Shared error status. */ res_T* res) { - /* This function must be called from an omp single block. - * Not suitable for use by multiple threads. */ + /* This function is called from an omp parallel block and executed + * concurrently. */ struct part_descriptor* const* parts; const union double2* vertices; struct mem_allocator* alloc;