commit eb83e35c47e11f837b72594f6033fc208c195882
parent 560640f67dee638771c7343f6802d2ca92dffd86
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 3 Jun 2020 14:30:39 +0200
Fix a comment typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/htrdr_draw_radiance.c b/src/htrdr_draw_radiance.c
@@ -565,7 +565,7 @@ draw_pixel_image
(htrdr, ithread, rng, ray_org, ray_dir, wlen, iband, iquad);
ASSERT(weight >= 0);
- pdf *= 1.e9; /* Transform the pdf fro nm^-1 to m^-1 */
+ pdf *= 1.e9; /* Transform the pdf from nm^-1 to m^-1 */
weight /= pdf; /* In W/m^2/sr */
/* End the registration of the per realisation time */