solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit d14964d5b60830389409bfb2c89971ac7e970a79
parent 29787cd6b359f0a0d027776982a82f091183f9db
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  3 Apr 2017 15:21:35 +0200

Fix a typo.

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

diff --git a/src/solstice_sun.c b/src/solstice_sun.c @@ -153,7 +153,7 @@ create_sun_spectrum data = darray_spectrum_data_cdata_get(&solparser_sun->spectrum); res = ssol_spectrum_setup(spectrum, get_wavelength, nwlens, (void*)data); if(res != RES_OK) { - fprintf(stderr, "Could no setup the spectrum of the solver sun.\n"); + fprintf(stderr, "Could not setup the spectrum of the solver sun.\n"); goto error; }