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 3ba26b6d7158d1099d560e74d8d6cbf17f199e57
parent 57fe536e56856608ca896c4a54a2c140235170dd
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 22 Sep 2017 12:44:06 +0200

Add a FIXME comment about a possible future development.

Diffstat:
Msrc/parser/solparser_entity.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/parser/solparser_entity.c b/src/parser/solparser_entity.c @@ -391,6 +391,8 @@ parse_entity } else if(!strcmp((char*) key->data.scalar.value, "primary")) { long tmp; SETUP_MASK(PRIMARY, "primary"); + /* FIXME: add NONE/ FRONT / BACK / FRONT_AND_BACK qualifier + * to avoid a misunderstanding about shadows results */ res = parse_integer(parser, val, 0, 1, &tmp); solent.primary = (int)tmp; } else {