Skip to content

Commit 624620b

Browse files
authored
Merge pull request #10 from jhlegarreta/FixWrapping
BUG: Fix wrapping issues.
2 parents ad9fa5b + b10671d commit 624620b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
itk_wrap_class("itk::NormalizedCorrelationTwoImageToOneImageMetric" POINTER)
2-
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2 2+}
2+
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2 2+)
33
itk_end_wrap_class()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
itk_wrap_class("itk::TwoImageToOneImageMetric" POINTER)
2-
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2 2+}
2+
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2 2+)
33
itk_end_wrap_class()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
itk_wrap_class("itk::TwoProjectionImageRegistrationMethod" POINTER)
2-
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2 2+}
2+
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2 2+)
33
itk_end_wrap_class()

0 commit comments

Comments
 (0)