Skip to content

Commit

Permalink
i.atcorr: Fix -Winvalid-utf8 compiler warning (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Mar 17, 2023
1 parent 22c800d commit 29609fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagery/i.atcorr/computations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ double chand(const double xtau, const GeomCond &geom)
the computation of the aerosol reflectance and the mixed Rayleigh-aerosol
reflectance. The polarization is addressed in computing the Rayleigh
reflectance (Subroutine CHAND.f) by semi-empirical fitting of the vectorized
Successive Orders of Scattering method (Deuzé et al, 1989).
Successive Orders of Scattering method (Deuze et al, 1989).
*/
void atmref(const double tamoy, const double trmoy, const double pizmoy,
const double tamoyp, const double trmoyp,
Expand Down

0 comments on commit 29609fa

Please sign in to comment.