diff --git a/Code/BasicFilters/otbStreamingResampleImageFilter.txx b/Code/BasicFilters/otbStreamingResampleImageFilter.txx index e334564f9af016770189c594bbd7bf349c204098..b6f452b91ba45084920aba5b2d3a62dc4346d8d1 100644 --- a/Code/BasicFilters/otbStreamingResampleImageFilter.txx +++ b/Code/BasicFilters/otbStreamingResampleImageFilter.txx @@ -97,7 +97,7 @@ StreamingResampleImageFilter<TInputImage, TOutputImage, TInterpolatorPrecisionTy // Set up deformation field filter SizeType deformationFieldLargestSize; - std::cout <<"DeformationField Spacing" <<m_DeformationFilter->GetOutputSpacing() << std::endl; + for(unsigned int dim = 0; dim < InputImageType::ImageDimension;++dim) { // vcl_ceil to avoid numerical problems due to division of