Skip to content

Commit

Permalink
COMP: Fix duplicate wrapping of ImageToImageFilter for IV->ICV case
Browse files Browse the repository at this point in the history
Closes #55.
  • Loading branch information
dzenanz committed Mar 1, 2022
1 parent e7c920f commit 4fd046c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wrapping/itkStrainImageFilter.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ itk_wrap_class("itk::ImageToImageFilter" POINTER)
itk_wrap_template(
"${ITKM_IV${p}${vector_dim}${d}}${ITKM_ISSRT${p}${d}${d}}"
"${ITKT_IV${p}${vector_dim}${d}}, ${ITKT_ISSRT${p}${d}${d}}")
itk_wrap_template(
"${ITKM_IV${p}${vector_dim}${d}}${ITKM_ICV${p}${d}${d}}"
"${ITKT_IV${p}${vector_dim}${d}}, ${ITKT_ICV${p}${d}${d}}")
endforeach()
endforeach()
itk_end_wrap_class()
Expand Down

0 comments on commit 4fd046c

Please sign in to comment.