From a03daf714780938ce49c81348be854117c253861 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Tue, 20 Mar 2012 11:34:44 +0100 Subject: [PATCH] BUG: appli GridBasedImageResample : fixed interpolator order in enum --- Applications/Projections/otbGridBasedImageResampling.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Projections/otbGridBasedImageResampling.cxx b/Applications/Projections/otbGridBasedImageResampling.cxx index cff9336549..8cb43d0c03 100644 --- a/Applications/Projections/otbGridBasedImageResampling.cxx +++ b/Applications/Projections/otbGridBasedImageResampling.cxx @@ -33,8 +33,8 @@ namespace otb { enum { - Interpolator_Linear, Interpolator_NNeighbor, + Interpolator_Linear, Interpolator_BCO }; -- GitLab