]> Creatis software - FrontAlgorithms.git/blobdiff - appli/examples/example_Image_Dijkstra_EndPointDetection.cxx
Now ported to macosx and easier to configure on win32... hopefully
[FrontAlgorithms.git] / appli / examples / example_Image_Dijkstra_EndPointDetection.cxx
index aea0fe504f203100b5f04ab8123c5af82332133d..8a6dec2e57d04289b393daec50ddfc30cd6c9341 100644 (file)
@@ -72,8 +72,7 @@ int main( int argc, char* argv[] )
     viewer.Start( );
 
   // Compute squared distance map
-  typename
-    itk::SignedMaurerDistanceMapImageFilter< TImage, TScalarImage >::Pointer
+  itk::SignedMaurerDistanceMapImageFilter< TImage, TScalarImage >::Pointer
     dmap =
     itk::SignedMaurerDistanceMapImageFilter< TImage, TScalarImage >::New( );
   dmap->SetInput( input_image );