Skip to content

Commit

Permalink
BUG: Fix Python wrappings warnings
Browse files Browse the repository at this point in the history
The warnings have been introduced by #550. Fixes #553.
  • Loading branch information
Simon Rit authored and SimonRit committed Jul 12, 2023
1 parent ef740ff commit 13aa42c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions wrapping/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set(WRAPPER_SUBMODULE_ORDER
itkCudaImageRTK
itkVectorImageRTK
rtkFFTRampImageFilter
rtkParkerShortScanImageFilter
rtkScatterGlareCorrectionImageFilter
itkImageSourceRTK
itkImageToImageFilterRTK
Expand Down
4 changes: 0 additions & 4 deletions wrapping/rtkCudaFFTRampImageFilter.wrap
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
if(RTK_USE_CUDA)
itk_wrap_class("rtk::FFTRampImageFilter" POINTER)
itk_wrap_template("CIF3CIF3F" "itk::CudaImage<float, 3>, itk::CudaImage<float, 3>, float")
itk_end_wrap_class()

itk_wrap_simple_class("rtk::CudaFFTRampImageFilter" POINTER)
endif()

0 comments on commit 13aa42c

Please sign in to comment.