solstice-solver

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

commit 016c42a6cf3932cc591fc683636d30bd8dd1ab31
parent 03c8f1052ed31a29fbd48725f60019db488773ef
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 18 Jan 2017 13:58:26 +0100

Fix a comment

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

diff --git a/src/ssol.h b/src/ssol.h @@ -577,7 +577,7 @@ ssol_instance_set_transform SSOL_API res_T ssol_instance_set_receiver (struct ssol_instance* instance, - const int mask); /* Combination of ssol_face_flags */ + const int mask); /* Combination of ssol_side_flag */ /* Define whether or not the instance is sampled or not. By default an instance * is sampled. */