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

STYLE: typo

parent 6987642c
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ class ScalarImageTextureFunctor
image->SetRegions( region );
image->Allocate();
typedef itk::ImageRegionIterator< InputImageType > IteratorrrType;
IteratorrrType inputIt( image, image->GetLargestPossibleRegion() );
typedef itk::ImageRegionIterator< InputImageType > IteratorType;
IteratorType inputIt( image, image->GetLargestPossibleRegion() );
inputIt.GoToBegin();
for (unsigned int i = 0; i < neighborhoodSize; ++i)
{
......
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