Skip to content
Snippets Groups Projects
Commit d0b5e6d3 authored by Julien Michel's avatar Julien Michel
Browse files

ajout de logs

parent aaa148b6
Branches
Tags
No related merge requests found
...@@ -16,6 +16,7 @@ int otbOssimElevManagerTest(int argc,char* argv[]) ...@@ -16,6 +16,7 @@ int otbOssimElevManagerTest(int argc,char* argv[])
} }
const ossimFilename srtmDir(argv[1]); const ossimFilename srtmDir(argv[1]);
std::cout<<"ossimFilename.isDir(): "<<ossimFilename.isDir()<<std::endl;
const char * outfname = argv[2]; const char * outfname = argv[2];
typedef double PixelType; typedef double PixelType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment