Skip to content
Snippets Groups Projects
Commit 80014790 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent b933b67d
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ namespace otb ...@@ -30,7 +30,7 @@ namespace otb
* parameter allows to set up of the images will be patched together: * parameter allows to set up of the images will be patched together:
* it is a 2D array containing the number of images in the horizontal * it is a 2D array containing the number of images in the horizontal
* direction and vertical direction respectively. * direction and vertical direction respectively.
* *
* Images can be set using the PushBackInput() or SetInput(unsigned * Images can be set using the PushBackInput() or SetInput(unsigned
* int, Image *) methods. Please note that input images are supposed * int, Image *) methods. Please note that input images are supposed
* to be set in the lexicographical order. * to be set in the lexicographical order.
......
...@@ -52,7 +52,7 @@ int otbTileImageFilter(int argc, char * argv[]) ...@@ -52,7 +52,7 @@ int otbTileImageFilter(int argc, char * argv[])
TileVectorImageFilterType::Pointer tileFilter = TileVectorImageFilterType::New(); TileVectorImageFilterType::Pointer tileFilter = TileVectorImageFilterType::New();
tileFilter->SetLayout(layout); tileFilter->SetLayout(layout);
for(unsigned int i = 0; i<numberOfImages;++i) for(unsigned int i = 0; i<numberOfImages; ++i)
{ {
if(i+4 > (unsigned int)argc) if(i+4 > (unsigned int)argc)
{ {
......
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