Skip to content
Snippets Groups Projects
Commit 021668f5 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

STYLE

parent a9f258dc
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment