Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >
{
// This number will be incremented each time an image
// is added over the two minimum required
Comment thread
hjmjohnson marked this conversation as resolved.
this->SetNumberOfRequiredInputs(2);
this->SetNumberOfRequiredInputs(1);
this->InPlaceOff();
this->DynamicMultiThreadingOn();
}
Expand Down