Skip to content

Commit 04bd571

Browse files
authored
Merge pull request #236 from darrent1974/main
2 parents f310be5 + f3bc6b3 commit 04bd571

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
88
with:
99
cmake-options: "Module_Montage_BUILD_EXAMPLES:BOOL=ON"
1010

1111
python-build-workflow:
12-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
12+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
1313
with:
1414
test-notebooks: true
1515
secrets:

wrapping/itkTileMergeImageFilter.wrap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ itk_wrap_class("itk::TileMergeImageFilter" POINTER)
99
endif()
1010
foreach(d ${ITK_WRAP_IMAGE_DIMS})
1111
foreach(t ${WRAP_ITK_SCALAR})
12-
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, double, itk::${iif}<${ITKT_I${t}${d}}>")
12+
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, double, itk::${iif}<${ITKT_I${t}${d}}, double>")
1313
endforeach()
1414
foreach(t ${WRAP_ITK_RGB})
15-
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, itk::RGBPixel<float>, itk::${iif}<${ITKT_I${t}${d}}>")
15+
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, itk::RGBPixel<float>, itk::${iif}<${ITKT_I${t}${d}}, double>")
1616
endforeach()
1717
foreach(t ${WRAP_ITK_RGBA})
18-
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, itk::RGBAPixel<float>, itk::${iif}<${ITKT_I${t}${d}}>")
18+
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, itk::RGBAPixel<float>, itk::${iif}<${ITKT_I${t}${d}}, double>")
1919
endforeach()
2020
endforeach()
2121
endforeach()

0 commit comments

Comments
 (0)