Skip to content

Commit

Permalink
COMP: Remove redundant call in vtkITKMorphologicalContourInterpolator
Browse files Browse the repository at this point in the history
This removes duplicated code initially introduced in d0782fa ("ENH: Added contour interpolation", 2016-10-04)

Co-authored-by: Martin Strunz <maddin200@aol.com>
  • Loading branch information
jcfr and maddin200 committed May 10, 2024
1 parent 74fe3d3 commit 5185b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libs/vtkITK/vtkITKMorphologicalContourInterpolator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ void vtkITKMorphologicalContourInterpolator::SimpleExecute(vtkImageData *input,
// Initialize and check input
//
vtkPointData *pd = input->GetPointData();
pd=input->GetPointData();
if (pd ==nullptr)
{
vtkErrorMacro(<<"PointData is NULL");
Expand Down

0 comments on commit 5185b9d

Please sign in to comment.