commit 0927cc0a7f5abc95f1f0e06f9c2fda815934de34 parent be4055d83bfcf853374feec3f9f1e24f8d337540 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 23 Nov 2022 09:00:53 +0100 htrdr-planeto: fix a compilation error Diffstat:
| M | src/planeto/htrdr_planeto_compute_radiance.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/planeto/htrdr_planeto_compute_radiance.c b/src/planeto/htrdr_planeto_compute_radiance.c @@ -661,5 +661,5 @@ planeto_compute_radiance L += htrdr_planck_monochromatic(wlen_m, temperature); } - return L; /* In W/m²/sr/m + return L; /* In W/m²/sr/m */ }