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 2cd107e1e3193cdfd197c67fe881f8d4ea4d247d
parent ab2fe9eb7130c18187e595b0bba783a7e12ae3bf
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  8 Sep 2017 10:24:13 +0200

Fix a GCC warning

Diffstat:
Msrc/test_solstice_simulation.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/test_solstice_simulation.c b/src/test_solstice_simulation.c @@ -287,7 +287,6 @@ read_primary NCHECK(file, NULL); NCHECK(area, NULL); - NCHECK(cos, NULL); NCHECK(E, NULL); NCHECK(SE, NULL);