Skip to content

Commit

Permalink
BUG: Remove duplicate required input in BlockMatchingImageFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso authored and dzenanz committed Nov 19, 2021
1 parent a328737 commit 845e661
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ BlockMatchingImageFilter<TFixedImage, TMovingImage, TFeatures, TDisplacements, T
this->SetNthOutput(1, similarities.GetPointer());

// all inputs are required
this->AddRequiredInputName("FeaturePoints");
this->SetPrimaryInputName("FeaturePoints");
this->AddRequiredInputName("FixedImage");
this->AddRequiredInputName("MovingImage");
Expand Down

0 comments on commit 845e661

Please sign in to comment.