From 4820eabc8579078a946f820fefa96cb886e78d65 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Tue, 13 Oct 2009 15:39:48 +0200 Subject: [PATCH] BUG: Visual compilation error for Monteverdi: remove #ifndef ...._cxx definition for Cross Circle Component and VerticalAsymptoteCurve classes. --- Code/Visualization/otbCircleGlComponent.cxx | 6 ------ Code/Visualization/otbCrossGlComponent.cxx | 6 ------ Code/Visualization/otbVerticalAsymptoteCurve.cxx | 6 ------ 3 files changed, 18 deletions(-) diff --git a/Code/Visualization/otbCircleGlComponent.cxx b/Code/Visualization/otbCircleGlComponent.cxx index 80ac072013..822934029a 100644 --- a/Code/Visualization/otbCircleGlComponent.cxx +++ b/Code/Visualization/otbCircleGlComponent.cxx @@ -15,9 +15,6 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifndef __otbCircleGlComponent_cxx -#define __otbCircleGlComponent_cxx - #include "otbCircleGlComponent.h" @@ -128,6 +125,3 @@ CircleGlComponent } } -#endif - - diff --git a/Code/Visualization/otbCrossGlComponent.cxx b/Code/Visualization/otbCrossGlComponent.cxx index ff96f9bcce..dbd0a845b3 100644 --- a/Code/Visualization/otbCrossGlComponent.cxx +++ b/Code/Visualization/otbCrossGlComponent.cxx @@ -15,9 +15,6 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifndef __otbCrossGlComponent_cxx -#define __otbCrossGlComponent_cxx - #include "otbCrossGlComponent.h" @@ -117,6 +114,3 @@ CrossGlComponent } } -#endif - - diff --git a/Code/Visualization/otbVerticalAsymptoteCurve.cxx b/Code/Visualization/otbVerticalAsymptoteCurve.cxx index 70d650a11a..586398934f 100644 --- a/Code/Visualization/otbVerticalAsymptoteCurve.cxx +++ b/Code/Visualization/otbVerticalAsymptoteCurve.cxx @@ -15,9 +15,6 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifndef __otbVerticalAsymptoteCurve_cxx -#define __otbVerticalAsymptoteCurve_cxx - #include "otbVerticalAsymptoteCurve.h" namespace otb @@ -81,6 +78,3 @@ VerticalAsymptoteCurve } // end namespace otb -#endif - - -- GitLab