Skip to content

Commit

Permalink
COMP: Remove warnings due to re-use of Python wrapping names
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit authored and SimonRit committed Mar 28, 2023
1 parent 9bc3399 commit b357c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wrapping/rtkJosephBackAttenuatedProjectionImageFilter.wrap
Expand Up @@ -4,7 +4,7 @@ itk_wrap_named_class("rtk::Functor::InterpolationWeightMultiplicationAttenuatedB
itk_wrap_template("${ITKM_${t}}${ITKM_${t}}${ITKM_${t}}" "${ITKT_${t}}, ${ITKT_${t}}, ${ITKT_${t}}")
endforeach()
itk_end_wrap_class()
itk_wrap_named_class("rtk::Functor::SplatWeightMultiplicationAttenuated" "rtkFunctorSplatWeightMultiplication")
itk_wrap_named_class("rtk::Functor::SplatWeightMultiplicationAttenuated" "rtkFunctorSplatWeightMultiplicationAttenuated")
foreach(t ${WRAP_ITK_REAL})
itk_wrap_template("${ITKM_${t}}D${ITKM_${t}}" "${ITKT_${t}}, double, ${ITKT_${t}}")
endforeach()
Expand Down
@@ -1,5 +1,5 @@
set(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
itk_wrap_named_class("rtk::Functor::InterpolationWeightMultiplicationAttenuated" "rtkFunctorInterpolationWeightMultiplicationAttenuatedBackProjection")
itk_wrap_named_class("rtk::Functor::InterpolationWeightMultiplicationAttenuated" "rtkFunctorInterpolationWeightMultiplicationAttenuatedBackProjectionAttenuated")
foreach(t ${WRAP_ITK_REAL})
itk_wrap_template("${ITKM_${t}}${ITKM_${t}}${ITKM_${t}}" "${ITKT_${t}}, ${ITKT_${t}}, ${ITKT_${t}}")
endforeach()
Expand Down

0 comments on commit b357c90

Please sign in to comment.