solstice-solver

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

commit 35e7b4640be7bf532116fb2963bbe77eafc1697b
parent 198de43947a08e3df7086ba261042a8f9a8bebfe
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 29 Jun 2016 12:59:22 +0200

Fix a typo.

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

diff --git a/src/ssol.h b/src/ssol.h @@ -440,7 +440,7 @@ ssol_spectrum_setup /* The sun disk is infinitesimal small. The sun is thus only represented by its * main direction */ SSOL_API res_T -ssol_sun_create_directionnal +ssol_sun_create_directional (struct ssol_device* dev, struct ssol_sun** sun);