Skip to content
Snippets Groups Projects
Commit 6c57529f authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

FA 00005 : lecture image Envi Multi bande

parent 70a0687f
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,8 @@ void GDALImageIO::InternalReadImageInformation()
{
SetComponentType(INT);
}
else if((m_PxType == GDT_Float32) || (m_PxType = GDT_CFloat32) )
// OTB-FA-00005-CS
else if((m_PxType == GDT_Float32) || (m_PxType == GDT_CFloat32) )
{
SetComponentType(FLOAT);
}
......
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