commit 0a6987709d56bbf6f91afc0f81e5db769dd4c186
parent 72dfe94f0f01f1ab0eb6a4555905d5af4f8e725e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 15 Feb 2023 14:11:09 +0100
Revert "Correction du calcul du poids de "luminance""
Cette validation annule le commit 16072bd3782d4fd315199cb1afa8a0a14c1c24dc.
Le poids de luminance était vraisemblablement bien calculé
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sgs_compute_sensitivity_translation.nw b/src/sgs_compute_sensitivity_translation.nw
@@ -973,7 +973,7 @@ double weight_flux_part_spec;
@
<<calcul du poids>>=
-weight_flux_part_spec = Sb * PI * get_Sr_area(scene);
+weight_flux_part_spec = Sb * rho * PI * get_Sr_area(scene);
@
<<renvoyer le poids>>=