solstice-solver

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

commit 4a777f5e57eb03079d1080954f43e53143f3971c
parent 3fcaff89737ddb646f49eb440f06fad3187d4009
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 12 Sep 2017 17:54:24 +0200

Remove a dead "define" directive

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

diff --git a/src/ssol.h b/src/ssol.h @@ -417,20 +417,6 @@ struct ssol_mc_receiver { static const struct ssol_mc_receiver SSOL_MC_RECEIVER_NULL = SSOL_MC_RECEIVER_NULL__; -#define MC_RCV_NONE__ { \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - { -1, -1, -1 }, \ - 0, NULL, NULL \ -} - struct ssol_mc_shape { /* Internal data */ size_t N__;