Skip to content
Snippets Groups Projects
Commit abc707c6 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: change float to double as the default type (will need to be made generic anyway)

parent 69353f33
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ typedef enum ...@@ -54,7 +54,7 @@ typedef enum
UserLevel_Advanced UserLevel_Advanced
} UserLevel; } UserLevel;
typedef float PixelType; typedef double PixelType;
typedef otb::VectorImage<PixelType, 2> VectorImageType; typedef otb::VectorImage<PixelType, 2> VectorImageType;
typedef std::complex<float> ComplexPixelType; typedef std::complex<float> ComplexPixelType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment