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

STYLE: indentation

parent 9b61d676
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@
int otbImageFittingPolygonListFilterNew(int argc, char * argv[])
{
const unsigned int Dimension =2;
typedef otb::Polygon<double> PolygonType;
typedef otb::Image<double,2> ImageType;
typedef otb::Polygon<double> PolygonType;
typedef otb::Image<double,Dimension> ImageType;
typedef otb::ImageFittingPolygonListFilter<PolygonType,ImageType> FittingPolygonType;
......
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