From 5732826edf90fb8be51db8f9d2f2b252ef555592 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Thu, 5 Jul 2012 19:58:42 +0200 Subject: [PATCH] STYLE --- .../otbStereorectificationDeformationFieldSource.txx | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx b/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx index 5166da79e8..666c57c3d0 100644 --- a/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx +++ b/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx @@ -134,7 +134,6 @@ StereorectificationDeformationFieldSource<TInputImage, TOutputImage> bool useDEM = false; - // Set-up a transform to use the DEMHandler typedef otb::GenericRSTransform<> RSTransform2DType; RSTransform2DType::Pointer leftToGroundTransform = RSTransform2DType::New(); -- GitLab