Skip to content
Snippets Groups Projects
Commit 52ce1670 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

BUG: uninitialised spectral response

parent abcb74c3
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ SatelliteRSR<TPrecision, TValuePrecision>::SatelliteRSR()
{
//m_RSR = VectorType::New();
m_SortBands = true;
m_SolarIrradiance = SpectralResponseType::New();
}
template<class TPrecision, class TValuePrecision>
......
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