]> Creatis software - FrontAlgorithms.git/blobdiff - tests/image/SkeletonFilter.cxx
...
[FrontAlgorithms.git] / tests / image / SkeletonFilter.cxx
index 0cdeb6a8a97c948171f98f9566e4640f0f54d704..5cff164a4a4ff6cb87e66717aa9c30ce30e5e883 100644 (file)
@@ -4,7 +4,7 @@
 #include <fpa/Image/SkeletonWriter.h>
 
 // -------------------------------------------------------------------------
-const unsigned int Dim = 2;
+const unsigned int Dim = 3;
 typedef short TPixel;
 
 typedef itk::Image< TPixel, Dim >                 TInputImage;