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 88ce6ad9187e076de9c70016c778042506ccb8b7
parent ed18b4550c8b59dad12d8169523b3572f6f47b53
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  1 Mar 2017 17:48:57 +0100

Rename the solstice_dump_obj.c file

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Rsrc/solstice_dump_obj.c -> src/solstice_dump.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -86,7 +86,7 @@ set(SOLSTICE_FILES_SRC solstice.c solstice_args.c solstice_draw.c - solstice_dump_obj.c + solstice_dump.c solstice_entity.c solstice_material.c solstice_node.c diff --git a/src/solstice_dump_obj.c b/src/solstice_dump.c