htrdr

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

commit 006d6f2088f3d63a13ab8866d22c27ef3ec53b76
parent bfa7a46b07f9d0e95891c16da739a08a0d9f4064
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Jul 2021 11:39:04 +0200

Merge branch 'release_0.7'

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>