Skip to content
Snippets Groups Projects
Commit db63dcdd authored by Patrick Imbo's avatar Patrick Imbo
Browse files

nomsg

parent fd458a7f
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,6 @@ void ONERAImageIO::InternalReadImageInformation()
m_width = static_cast<int> ( NbCol );
m_height = static_cast<int> ( (gcount-gcountHead) / (4 * 2 * NbCol) );
otbMsgDebugMacro( <<" Size : "<<m_width<<","<<m_height);
if( (m_width==0) || (m_height==0))
{
itkExceptionMacro(<<"Unknown image dimension");
......
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