Skip to content
Snippets Groups Projects
Commit 26acaddd authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

WAR : unused variable

parent 625fd13d
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,6 @@ MapFileProductWriter<TInputImage>
::Tiling()
{
unsigned int numberOfChannel = m_VectorImage->GetNumberOfComponentsPerPixel();
unsigned int curIdx = 0;
/** Image statistics*/
typename InputImageType::PixelType inMin(numberOfChannel), inMax(numberOfChannel), outMin(numberOfChannel), outMax(
......@@ -365,8 +364,8 @@ MapFileProductWriter<TInputImage>
InputPointType inputPoint;
OutputPointType outputPoint;
IndexType indexTile;
SizeType sizeTile, demiSizeTile;
SizeType sizeTile;
sizeTile = extractSize;
/** GX LAT LON **/
......
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