commit 2031d90926e32e47fa787ec52e3d5896889a543e
parent 0a4da50f5bbeaeca186e02ca167be6ef9f308179
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 9 Apr 2024 15:51:39 +0200
Merge branch 'release_0.6_r1' into develop
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_senc3d_zero_distance.c b/src/test_senc3d_zero_distance.c
@@ -1172,7 +1172,7 @@ main(int argc, char** argv)
test((double*)zero_2D_vertices, (unsigned*)zero_2D_triangles,
(unsigned*)zero_2D_properties, zero_2D_triangles_count,
- zero_2d_vertices_count, &expected);
+ zero_2D_vertices_count, &expected);
return 0;
}