solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 8a81990234232e790a4f64e882a990980adb81ce
parent 1764dd4f965bd360eb15f6764751d67133901c2c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Sep 2016 15:56:13 +0200

Remove an unexpected "debug only" return directive

Diffstat:
Msrc/test_ssol_shape.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/test_ssol_shape.c b/src/test_ssol_shape.c @@ -132,7 +132,6 @@ main(int argc, char** argv) quadric.type = SSOL_QUADRIC_PARABOL; quadric.data.parabol.focal = 1; CHECK(ssol_punched_surface_setup(shape, &punched_surface), RES_OK); - return 0; quadric.data.parabol.focal = 0; CHECK(ssol_punched_surface_setup(shape, &punched_surface), RES_BAD_ARG);