Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 536ac0f0 authored by Florent LERAY's avatar Florent LERAY
Browse files

remove 2 unused variables

parent 30d46518
No related branches found
No related tags found
No related merge requests found
......@@ -102,9 +102,7 @@ namespace itk
itk::ImageRegionIterator<TensorImageType> itIn(tensors, tensors->GetLargestPossibleRegion());
itk::ImageRegionIterator<TensorImageType> itOut(output, output->GetLargestPossibleRegion());
itk::ContinuousIndex<double, 3> index;
TensorImageType::PointType x;
TensorImageType::PixelType pix;
itOut.GoToBegin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment