From 39da7089c485a79dc0ede1852f6d64a154833307 Mon Sep 17 00:00:00 2001 From: Cyrille Valladeau <cyrille.valladeau@c-s.fr> Date: Fri, 21 Aug 2009 15:55:15 +0200 Subject: [PATCH] Wrong commit --- .../Radiometry/otbAtmosphericCorrectionParameters.cxx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Code/Radiometry/otbAtmosphericCorrectionParameters.cxx b/Code/Radiometry/otbAtmosphericCorrectionParameters.cxx index a174d628cd..3ef2a925ef 100644 --- a/Code/Radiometry/otbAtmosphericCorrectionParameters.cxx +++ b/Code/Radiometry/otbAtmosphericCorrectionParameters.cxx @@ -59,18 +59,7 @@ FilterFunctionValues AtmosphericCorrectionParameters ::AtmosphericCorrectionParameters() { - m_SolarZenithalAngle = 361.; - m_SolarAzimutalAngle = 361.; - m_ViewingZenithalAngle = 361.; - m_ViewingAzimutalAngle = 361.; - m_Month = 0; - m_Day = 0; - m_AtmosphericPressure = -1.; - m_WaterVaporAmount = -1.; - m_OzoneAmount = -1.; m_AerosolModel = CONTINENTAL; - m_AerosolOptical = -1.; - } /**PrintSelf method */ -- GitLab