star-3dut

Generate meshes of simple geometric shapes
git clone git://git.meso-star.fr/star-3dut.git
Log | Files | Refs | README | LICENSE

commit e12cb10f6d6e1a7825ae531c6be7e2f7d3e2e492
parent 0179f9343a3dac06dace93664ce73c81962f18f9
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  6 Oct 2017 17:19:28 +0200

Style only (misaligned line).

Diffstat:
Msrc/test_s3dut_cylinder.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test_s3dut_cylinder.c b/src/test_s3dut_cylinder.c @@ -69,7 +69,7 @@ main(int argc, char** argv) CHECK(CR_CYL(&allocator, 1, 1, 2, 1, 0, &msh), RES_BAD_ARG); CHECK(CR_CYL(&allocator, 1, 1, 3, 0, 0, &msh), RES_BAD_ARG); CHECK(CR_CYL(&allocator, 1, 2, 16, 4, S3DUT_END_BOTTOM, &msh), RES_OK); - #undef CR_CYL + #undef CR_CYL CHECK(s3dut_mesh_get_data(msh, &data), RES_OK); dump_mesh_data(stdout, &data);