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 473e0755e8bccf7415e7c24716451a92bcbd5e38
parent 58bf7d5f8265138dab93f2aa33122291ed2fe844
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 13 Jan 2017 10:13:59 +0100

Update how the object transform is handled

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

diff --git a/src/solstice_object.c b/src/solstice_object.c @@ -379,7 +379,7 @@ create_shaded_shape /* Define the shape transformation */ d33_rotation(transform, obj->rotation[0], obj->rotation[1], obj->rotation[2]); - d33_muld3(transform+9, transform, obj->translation); + d3_set(transform+9, obj->translation); shape = solparser_get_shape(solstice->parser, obj->shape); switch(shape->type) {