Skip to content
Snippets Groups Projects
Commit e33657ed authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: unused variable

parent 758c135e
No related branches found
No related tags found
No related merge requests found
......@@ -552,7 +552,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener
//convert requested region to Long/Lat
typename TOutputDEMImage::SizeType size = requestedRegion.GetSize();
// typename TOutputDEMImage::SizeType size = requestedRegion.GetSize();
typename TOutputDEMImage::IndexType index = requestedRegion.GetIndex();
outputPtr->TransformIndexToPhysicalPoint(index, pointRef);
......
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