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 450a4545be809f1c2550bbdc0d0ce56de50563fe
parent fd1d5edf3769a68d05ae84a258822ed0d352cbc3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 11 Dec 2017 15:36:50 +0100

Update the Solstice-Solver dependency to 0.7

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Msrc/solstice_material.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -45,7 +45,7 @@ find_package(LibYAML REQUIRED) find_package(RCMake 0.2.3 REQUIRED) find_package(RSys 0.6 REQUIRED) find_package(SolAnim 0.2 REQUIRED) -find_package(SolSolver 0.6.1 REQUIRED) +find_package(SolSolver 0.7 REQUIRED) find_package(Star3DUT 0.2 REQUIRED) find_package(StarSP 0.4 REQUIRED) find_package(StarSTL 0.3.1 REQUIRED) diff --git a/src/solstice_material.c b/src/solstice_material.c @@ -470,7 +470,7 @@ create_material_mirror shader.reflectivity = mirror_get_reflectivity; shader.roughness = mirror_get_roughness; - SSOL(mirror_setup(mtl, &shader)); + SSOL(mirror_setup(mtl, &shader, SSOL_MICROFACET_BECKMANN)); SSOL(material_set_param_buffer(mtl, pbuf)); exit: