diff --git a/Modules/Applications/AppProjection/app/otbSuperimpose.cxx b/Modules/Applications/AppProjection/app/otbSuperimpose.cxx index 540bcbd10f95ad9a520265bc5d8960f141d84514..d59f5334c1e40312a3e1e73bb36abe43f463c2f0 100644 --- a/Modules/Applications/AppProjection/app/otbSuperimpose.cxx +++ b/Modules/Applications/AppProjection/app/otbSuperimpose.cxx @@ -283,7 +283,7 @@ private: m_BasicResampler->SetOutputSpacing(xsSpacing); m_BasicResampler->SetOutputSize(size); - m_Resampler->SetOutputStartIndex(start); + m_BasicResampler->SetOutputStartIndex(start); m_BasicResampler->SetEdgePaddingValue(defaultValue); m_GeoImport->SetInput(m_BasicResampler->GetOutput());