Skip to content
Snippets Groups Projects
Commit 8d2c57ab authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Removing set number of threads = 1 (was here for debugging purpose)

parent e69c6396
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ template <class TInputImage, class TOutputImage>
MultivariateAlterationDetectorImageFilter<TInputImage,TOutputImage>
::MultivariateAlterationDetectorImageFilter()
{
this->SetNumberOfThreads(1);
this->SetNumberOfRequiredInputs(2);
m_CovarianceEstimator = CovarianceEstimatorType::New();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment