commit 179498040caec5f9580a198dc323e0748782437f
parent 9734dc2f5e1308a1090c95d320999bd049888739
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 25 Sep 2017 14:25:18 +0200
Fix a small mistake in test code. Doesn't change test result.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_ssol_solver8.c b/src/test_ssol_solver8.c
@@ -111,7 +111,7 @@ main(int argc, char** argv)
carving.nb_vertices = POLY_NVERTS__;
carving.context = &POLY_EDGES__;
quadric.type = SSOL_QUADRIC_PARABOLIC_CYLINDER;
- quadric.data.parabol.focal = 1;
+ quadric.data.parabolic_cylinder.focal = 1;
punched.nb_carvings = 1;
punched.quadric = &quadric;
punched.carvings = &carving;