From 0614c87468d32dd2d73f5f1d9f106d123021fd5e Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Thu, 9 Sep 2010 15:45:07 +0200 Subject: [PATCH] ENH: cleaning --- Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx b/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx index 1c5f209c06..0509aa73b6 100644 --- a/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx +++ b/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx @@ -76,7 +76,6 @@ PhysicalToRPCSensorModelImageFilter<TImage> inputPoint[0]+= (px * m_GridSpacing + 0.5) * input->GetSpacing()[0]; inputPoint[1]+= (py * m_GridSpacing + 0.5) * input->GetSpacing()[1]; PointType outputPoint = rsTransform->TransformPoint(inputPoint); - //std::cout<<"Adding gcp "<<inputPoint<<" -> "<<outputPoint<<std::endl; m_GCPsToSensorModelFilter->AddGCP(inputPoint,outputPoint); } } -- GitLab