solstice-solver

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

commit f2c4989a52c880fa3c10a652943056dde942e557
parent 32c35151c080035abebde774194a7eb349839784
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu,  1 Sep 2016 15:45:47 +0200

Fix a warning.

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

diff --git a/src/ssol_material_c.h b/src/ssol_material_c.h @@ -20,6 +20,8 @@ struct brdf_composite; struct s3d_hit; +struct s3d_primitive; +struct ssol_device; struct surface_fragment { double dir[3]; /* World space incoming direction */