Skip to content
Snippets Groups Projects
Commit 6987642c authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: correct #24 but there is probably a more global way to do it (cf comments)

parent 97cdf488
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ UnaryFunctorObjectListBooleanFilter<TInputList,TOutputList,TFunction>
{
InputListPointer inputPtr = this->GetInput();
OutputListPointer outputPtr = this->GetOutput();
outputPtr->Clear();//FIXME this should be probably be in a superclass in a method called before GenerateData()
itk::ProgressReporter progress(this, 0, inputPtr->Size());
......
......@@ -45,7 +45,7 @@ UnaryFunctorObjectListFilter<TInputList,TOutputList,TFunction>
{
InputListPointer inputPtr = this->GetInput();
OutputListPointer outputPtr = this->GetOutput();
outputPtr->Clear();//FIXME this should be probably be in a superclass in a method called before GenerateData()
itk::ProgressReporter progress(this, 0, inputPtr->Size());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment