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

Correction intitulé d'un essage d'erreur

parent 221f420e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
#pragma warning ( disable : 4786 )
#endif
//#define MAIN
#include "otbONERAImageIO.h"
#include "itkExceptionObject.h"
#include <iostream>
......@@ -33,7 +32,7 @@ int otbONERAImageIOTestCanRead(int argc, char* argv[])
bool lCanRead = lONERAImageIO->CanReadFile(argv[1]);
if ( lCanRead == false)
{
std::cerr << "Erreur otb::CAIImageIO : impossible d'ouvrir l'image "<<argv[1]<<"."<<std::endl;
std::cerr << "Erreur otb::ONERAImageIO : impossible d'ouvrir l'image "<<argv[1]<<"."<<std::endl;
return EXIT_FAILURE;
}
}
......
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