commit 8de72d9e9a6086e5fac47e33ede8b29c71d7cb2a
parent b13cc3656ee087f72f85f387798b00225575a69d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 12 Dec 2022 14:32:33 +0100
core: update a log message in the Planck distribution
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/htrdr_ran_wlen_planck.c b/src/core/htrdr_ran_wlen_planck.c
@@ -78,7 +78,7 @@ setup_wlen_planck_ran_cdf
pdf = darray_double_data_get(&planck->pdf); /* Now save pdf to correct weight */
htrdr_log(planck->htrdr,
- "Number of bands of the spectrum cumulative: %lu\n",
+ "Number of bands used to speed up Planck distribution: %lu\n",
(unsigned long)planck->nbands);
/* Compute the *unnormalized* probability to sample a small band */