solstice-solver

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

commit 111e1ead7b0087345dca2318f07db856bb5408b6
parent 50c8e7c6b34260fcd753c8da476044307bccb027
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  2 Mar 2017 11:52:33 +0100

Fix a comment misspelling

Diffstat:
Msrc/ssol_c.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ssol_c.h b/src/ssol_c.h @@ -41,7 +41,7 @@ struct ray_data { /* Output data */ double N[3]; /* Normal of the nearest punched surface point */ - double dst; /* Hit distance of the nearest punced surface point */ + double dst; /* Hit distance of the nearest punched surface point */ }; static const struct ray_data RAY_DATA_NULL = {