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 c16b1bc55c1ebc7152dafbf9219e42e3616daf26
parent a78d136fc225d0182257e87f0242b1053d7d2e56
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 12 Jan 2017 10:10:23 +0100

Remove useless comments

Diffstat:
Msrc/parser/solparser.c | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/parser/solparser.c b/src/parser/solparser.c @@ -2827,12 +2827,14 @@ parse_item yaml_document_t* doc, const yaml_node_t* item) { + /* Temporary dummy variables */ + struct solparser_material_double_sided_id mtl2; + struct solparser_entity_id entity; + struct solparser_geometry_id geometry; + struct solparser_sun* sun; + yaml_node_t* key; yaml_node_t* val; - struct solparser_material_double_sided_id mtl2; /* TODO */ - struct solparser_entity_id entity; /* TODO */ - struct solparser_geometry_id geometry; /* TODO */ - struct solparser_sun* sun; /* TODO */ intptr_t n; res_T res = RES_OK; ASSERT(doc && item);