htrdr

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

commit 83aed2c16440dd49699d5bd69271c07a127ac201
parent 0f25267332dfe1827b46aabf65e3609b5875662d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 27 Sep 2023 11:39:26 +0200

Correction of mrumtl header include path

It is no longer stored in the modradurb subdirectory.

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

diff --git a/src/core/htrdr_materials.c b/src/core/htrdr_materials.c @@ -27,7 +27,7 @@ #include "core/htrdr_log.h" #include "core/htrdr_materials.h" -#include <modradurb/mrumtl.h> +#include <mrumtl.h> #include <star/ssf.h> #include <star/ssp.h>