commit 12592595753e58a2a7e2b492a16765e820ab4493 parent 02121923dd7f34fc09118710acc2b9e5343d0cd3 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 6 Sep 2022 10:27:12 +0200 BugFix: partition_one output garbage data Diffstat:
| M | src/scad_geometry.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scad_geometry.c b/src/scad_geometry.c @@ -116,7 +116,7 @@ gather_tags tags[c] = geometries[i]->gmsh_dimTags[j]; } } - *out_dimTags_n = sz; + *out_dimTags_n = c; *out_dimTags = tags; exit: