htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 855a262c60c353aca12ce77306b6e15b734440ae
parent 0dea7f7efa52a83d2eeef41a35c1b5d6ee292422
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Jul 2021 11:39:42 +0200

Merge branch 'release_0.7' into develop

Diffstat:
Msrc/core/htrdr.c | 2--
Msrc/core/htrdr_cie_xyz.c | 2--
Msrc/core/htrdr_ran_wlen.c | 2--
3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/core/htrdr.c b/src/core/htrdr.c @@ -27,8 +27,6 @@ #include <rsys/mem_allocator.h> #include <rsys/str.h> -#include "high_tune/htsky.h" - #include <star/s3d.h> #include <star/ssf.h> diff --git a/src/core/htrdr_cie_xyz.c b/src/core/htrdr_cie_xyz.c @@ -20,8 +20,6 @@ #include "core/htrdr_cie_xyz.h" #include "core/htrdr_log.h" -#include <high_tune/htsky.h> - #include <rsys/algorithm.h> #include <rsys/cstr.h> #include <rsys/dynamic_array_double.h> diff --git a/src/core/htrdr_ran_wlen.c b/src/core/htrdr_ran_wlen.c @@ -23,8 +23,6 @@ #include "core/htrdr_ran_wlen.h" #include "core/htrdr_spectral.h" -#include <high_tune/htsky.h> - #include <rsys/algorithm.h> #include <rsys/cstr.h> #include <rsys/dynamic_array_double.h>