Skip to content
Snippets Groups Projects
Commit c303d10c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

TEST:ioTvCheckNbBandsPNGIndexee with comments

parent 75e62e35
Branches
Tags
No related merge requests found
...@@ -53,6 +53,7 @@ int otbPNGIndexedNbBandsTest(int argc, char* argv[]) ...@@ -53,6 +53,7 @@ int otbPNGIndexedNbBandsTest(int argc, char* argv[])
} }
else else
{ {
std::cout << "Read " << reader->GetOutput()->GetNumberOfComponentsPerPixel() << " but the real number of bands is " << nbBands <<std::endl;
return EXIT_FAILURE; return EXIT_FAILURE;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment