Skip to content
Snippets Groups Projects
Commit 581493b3 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

TEST: otbDEMToImageGeneratorTest output of elevation don't need to be in double precision

parent d6d6d518
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ int otbDEMToImageGeneratorTest(int argc, char * argv[])
char * outputName = argv[2];
const unsigned int Dimension = 2;
typedef otb::Image<double , Dimension> ImageType;
typedef otb::Image<float, Dimension> ImageType;
typedef otb::DEMToImageGenerator<ImageType> DEMToImageGeneratorType;
typedef DEMToImageGeneratorType::DEMHandlerType DEMHandlerType;
typedef DEMHandlerType::PointType PointType;
......
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