solstice-solver

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

commit b3d12c3a4c54dd0d288544831078bbc5f0c8f88b
parent 8c9fd43c4ce8eb93bc12b018476b62b0fbc26aa2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Jul 2016 10:07:43 +0200

Remove useless macro directives on darray definitions

Diffstat:
Msrc/ssol_solver_c.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/ssol_solver_c.h b/src/ssol_solver_c.h @@ -27,14 +27,10 @@ #define DARRAY_NAME quadric #define DARRAY_DATA struct ssol_quadric #include <rsys/dynamic_array.h> -#undef DARRAY_NAME -#undef DARRAY_DATA #define DARRAY_NAME 3dshape #define DARRAY_DATA struct s3d_shape* #include <rsys/dynamic_array.h> -#undef DARRAY_NAME -#undef DARRAY_DATA struct solver_data { struct ssol_device* dev;