From e1cf0bc63780faf1edfefb9ec5c658d50cbd12d6 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Thu, 5 Jun 2014 19:55:20 +0200 Subject: [PATCH] STYLE --- Code/Simulation/otbReduceSpectralResponse.h | 2 +- Code/Simulation/otbReduceSpectralResponse.txx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Simulation/otbReduceSpectralResponse.h b/Code/Simulation/otbReduceSpectralResponse.h index d57bc2324a..ba74d3ad3d 100644 --- a/Code/Simulation/otbReduceSpectralResponse.h +++ b/Code/Simulation/otbReduceSpectralResponse.h @@ -41,7 +41,7 @@ namespace otb * the solar irradiance in the integration * * The two templates indicate: - * - the SpectralResponse input + * - the SpectralResponse input * - the relative spectral response (RSR) of a sensor * * The computation assumes that the RSR of the sensor has a diff --git a/Code/Simulation/otbReduceSpectralResponse.txx b/Code/Simulation/otbReduceSpectralResponse.txx index 32531282cb..e1ef267c7d 100644 --- a/Code/Simulation/otbReduceSpectralResponse.txx +++ b/Code/Simulation/otbReduceSpectralResponse.txx @@ -119,7 +119,7 @@ ReduceSpectralResponse<TSpectralResponse , TRSR> rsr1, rsr2); ++it; - } + } return res / totalArea; } } -- GitLab