From 7711999b61e2fce24d66b9d73fc5ed2aa146819e Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Mon, 25 Jul 2011 12:10:34 +0200 Subject: [PATCH] WRG: initialization order --- Code/Hyperspectral/otbLocalRxDetectorFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Hyperspectral/otbLocalRxDetectorFilter.txx b/Code/Hyperspectral/otbLocalRxDetectorFilter.txx index f97e5cedff..4d726fa9c6 100644 --- a/Code/Hyperspectral/otbLocalRxDetectorFilter.txx +++ b/Code/Hyperspectral/otbLocalRxDetectorFilter.txx @@ -29,7 +29,7 @@ namespace otb template <class TInputImage, class TOutputImage> LocalRxDetectorFilter<TInputImage, TOutputImage> ::LocalRxDetectorFilter() - : m_ExternalRadius(2), m_InternalRadius(1) + : m_InternalRadius(1), m_ExternalRadius(2) { } -- GitLab