Skip to content
Snippets Groups Projects
Commit 4d262d0c authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: unused variable

parent b886a207
Branches some_warning_fixes
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ int otbSARDopplerCentroidFreqFilterTest(int argc, char * argv[])
// Image type
const unsigned int Dimension = 2;
typedef otb::Image <float, 2> FloatImageType;
typedef otb::Image <float, Dimension> FloatImageType;
typedef otb::VectorImage<float> FloatVectorImageType;
// Reader
......
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