solstice-solver

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

commit 28309351246550297945b6966634b23bb85f22e6
parent 7d939d6c5356f6d28976b984f499e982d4c23314
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  5 Apr 2017 11:36:31 +0200

Merge remote-tracking branch 'origin/develop' into feature_new_shapes

Diffstat:
Msrc/ssol_shape.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ssol_shape.c b/src/ssol_shape.c @@ -1110,8 +1110,8 @@ static INLINE size_t priv_quadric_data_compute_slices_count (const enum ssol_quadric_type type, const union priv_quadric_data* priv_data, - const double lower[3], - const double upper[3]) + const double lower[2], + const double upper[2]) { size_t nslices; double max_z;