solstice-solver

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

commit 6dc1e599b6280651fbbceb90c9e682bffdbfb277
parent 1856771104e7eedf6c62237a2a535683e9f865cb
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue,  6 Sep 2016 13:24:18 +0200

Move a comment.

Diffstat:
Msrc/ssol.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/ssol.h b/src/ssol.h @@ -125,9 +125,8 @@ struct ssol_quadric_plane { static const struct ssol_quadric_plane SSOL_QUADRIC_PLANE_DEFAULT = SSOL_QUADRIC_PLANE_DEFAULT__; -/* Define x^2 + y^2 - 4 focal z = 0 */ struct ssol_quadric_parabol { - double focal; + double focal; /* Define x^2 + y^2 - 4 focal z = 0 */ }; #define SSOL_QUADRIC_PARABOL_NULL__ { -1.0 } static const struct ssol_quadric_parabol SSOL_QUADRIC_PARABOL_NULL =