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

ENH: return a raw pointer instead of a smart pointer

parent 4baeea8d
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ public:
}
/** get the solar irradiance */
SpectralResponsePointerType GetSolarIrradiance()
SpectralResponseType* GetSolarIrradiance()
{
return m_SolarIrradiance;
}
......
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