commit c9f64569681925291c006240886cd577cb683e25 parent f79261fed9077859666f05c97d27bb64b9ce3894 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 10 Dec 2020 10:09:03 +0100 Fix compilation in debug Diffstat:
| M | src/suvm_volume_intersect_aabb.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/suvm_volume_intersect_aabb.c b/src/suvm_volume_intersect_aabb.c @@ -213,6 +213,7 @@ tetrahedron_setup + Ep[i][iedge][2]; ASSERT(dst > 0); } + } #endif } }