From 434ecc677f891d6fb7196adbb8db7731dcbf01fb Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Mon, 12 Mar 2012 19:56:02 +0100 Subject: [PATCH] STYLE --- Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h b/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h index 4fc9c9d115..35b3ad0514 100644 --- a/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h +++ b/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h @@ -327,7 +327,7 @@ private: SizeType m_ExplorationRadius; /** Block-matching functor */ - BlockMatchingFunctorType m_Functor; + BlockMatchingFunctorType m_Functor; /** Initial horizontal disparity (0 by default, used if an exploration radius is set) */ int m_InitHorizontalDisparity; -- GitLab