From 55e0e2b08876a4670cce9856e45c68d5b3d1de2c Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Tue, 11 Dec 2007 12:50:23 +0000
Subject: [PATCH] =?UTF-8?q?Mise=20a=20jour=20de=206S=20fortran=20:=20ajout?=
 =?UTF-8?q?=20des=204=20parametres=20suppl=C3=A9mentaires.=20Mise=20a=20jo?=
 =?UTF-8?q?ur=20des=20tests.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ...hericCorrectionParametersTo6SAtmosphericRadiativeTerms.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/Radiometry/otbAtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms.cxx b/Code/Radiometry/otbAtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms.cxx
index 8683428145..aeea69cb07 100644
--- a/Code/Radiometry/otbAtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms.cxx
+++ b/Code/Radiometry/otbAtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms.cxx
@@ -202,8 +202,8 @@ AtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms
       output->SetUpwardDiffuseTransmittanceForRayleigh(i,upwardDiffuseTransmittanceForRayleigh );
       output->SetUpwardDiffuseTransmittanceForAerosol(i, upwardDiffuseTransmittanceForAerosol);
 
-}
-        
+    }
+}        
 
 /**
  * PrintSelf Method
-- 
GitLab