Skip to content

Commit 93abe22

Browse files
committed
feat(compare-meshes): support more pixel types
1 parent 80d13dd commit 93abe22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/compare-meshes/compare-meshes/compare-meshes.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,11 @@ int main(int argc, char *argv[])
590590

591591
return itk::wasm::SupportInputMeshTypes<PipelineFunctor,
592592
uint8_t,
593-
// int8_t,
594-
// uint16_t,
595-
// int16_t,
596-
// uint32_t,
597-
// int32_t,
593+
int8_t,
594+
uint16_t,
595+
int16_t,
596+
uint32_t,
597+
int32_t,
598598
float,
599599
double>::Dimensions<
600600
// 2U,

0 commit comments

Comments
 (0)