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

STYLE

parent 2ab9f12e
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ LabelImageToLabelMapWithAdjacencyFilter<TInputImage, TOutputImage>
if(previousLineRegion.Crop(this->GetInput()->GetRequestedRegion()))
{
// Build an iterator
itk::ImageRegionConstIteratorWithIndex<InputImageType> pIt(this->GetInput(),previousLineRegion);
itk::ImageRegionConstIteratorWithIndex<InputImageType> pIt(this->GetInput(), previousLineRegion);
pIt.GoToBegin();
// Iterate on line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment