htrdr

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

commit 785d0f8d91cdf7307d8a291e1b440837fad6c7a0
parent 12cca4176172fe57a74347b88829328dab25f8f5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 26 May 2020 10:46:14 +0200

Fix a typo

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

diff --git a/src/htrdr_compute_radiance_sw.c b/src/htrdr_compute_radiance_sw.c @@ -48,7 +48,7 @@ static const struct scattering_context SCATTERING_CONTEXT_NULL = { struct transmissivity_context { struct ssp_rng* rng; const struct htsky* sky; - size_t iband; /* Index of the spectrald */ + size_t iband; /* Index of the spectral */ size_t iquad; /* Index of the quadrature point into the band */ double Ts; /* Sampled optical thickness */