]> Creatis software - FrontAlgorithms.git/commitdiff
...
authorLeonardo Flórez-Valencia <leonardo.florez@gmail.com>
Mon, 19 Jun 2017 20:06:38 +0000 (15:06 -0500)
committerLeonardo Flórez-Valencia <leonardo.florez@gmail.com>
Mon, 19 Jun 2017 20:06:38 +0000 (15:06 -0500)
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;