htrdr

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

commit a1b7875594d4c9d04852a54e71b1b9a45e58c8de
parent 1b1e2bf40b28bb58b3e9a39ec1cb11f281e0e6d3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  5 Nov 2020 15:56:29 +0100

Rm a whitespace from a end of line

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

diff --git a/src/htrdr.c b/src/htrdr.c @@ -544,7 +544,7 @@ htrdr_init res = htrdr_ran_wlen_create (htrdr, spectral_range, n, htrdr->ref_temperature, &htrdr->ran_wlen); if(res != RES_OK) goto error; - } + } htrdr->lifo_allocators = MEM_CALLOC (htrdr->allocator, htrdr->nthreads, sizeof(*htrdr->lifo_allocators));