Skip to content
Snippets Groups Projects
Commit 76be5a6d authored by Julien Malik's avatar Julien Malik
Browse files

WRG: signed unsigned comparison

parent ee137028
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ SIXSTraits::ComputeAtmosphericParameters(
{
// 6S official tab size Wavelength Spectral
const unsigned int S_6S_SIZE = 1501;
const otb_6s_integer S_6S_SIZE = 1501;
// Generate WavelengthSpectralBand in 6S compatible buffer s[1501]
wlinf = static_cast<otb_6s_doublereal>(WavelengthSpectralBand->GetMinSpectralValue());
wlsup = static_cast<otb_6s_doublereal>(WavelengthSpectralBand->GetMaxSpectralValue());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment