From 021668f573b7588e74fb67a7333de3be84e2af19 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Thu, 4 Nov 2010 18:44:52 +0100 Subject: [PATCH] STYLE --- Code/Learning/otbConcatenateSampleListFilter.h | 2 +- Code/Learning/otbConcatenateSampleListFilter.txx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Learning/otbConcatenateSampleListFilter.h b/Code/Learning/otbConcatenateSampleListFilter.h index bddc14b58d..0662686345 100644 --- a/Code/Learning/otbConcatenateSampleListFilter.h +++ b/Code/Learning/otbConcatenateSampleListFilter.h @@ -37,7 +37,7 @@ class ITK_EXPORT ConcatenateSampleListFilter : { public: /** Standard class typedefs */ - typedef ConcatenateSampleListFilter Self; + typedef ConcatenateSampleListFilter Self; typedef otb::Statistics::ListSampleToListSampleFilter <TInputSampleList,TOutputSampleList> Superclass; typedef itk::SmartPointer< Self > Pointer; diff --git a/Code/Learning/otbConcatenateSampleListFilter.txx b/Code/Learning/otbConcatenateSampleListFilter.txx index dfa3590366..f82a9e33ee 100644 --- a/Code/Learning/otbConcatenateSampleListFilter.txx +++ b/Code/Learning/otbConcatenateSampleListFilter.txx @@ -69,7 +69,7 @@ ConcatenateSampleListFilter<TInputSampleList,TOutputSampleList> // Retrieve the ListSample typename InputSampleListObjectType::ConstPointer inputPtr = static_cast<InputSampleListObjectType *>(Superclass::ProcessObject::GetInput(inputIndex)); - totalNumberOfSamples+=inputPtr->Get()->Size(); + totalNumberOfSamples += inputPtr->Get()->Size(); } // Set-up progress reporting -- GitLab