]> Creatis software - FrontAlgorithms.git/commitdiff
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/FrontAlgorithms
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Fri, 17 Apr 2015 21:45:48 +0000 (16:45 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Fri, 17 Apr 2015 21:45:48 +0000 (16:45 -0500)
appli/examples/example_ShowSkeleton.cxx

index b4d03b43ff942900cdbe25a7a02bb595e4d4fbd9..ae522acd79939e5cbfd71dfb0bdb466536f3a129 100644 (file)
@@ -59,7 +59,7 @@ int main( int argc, char* argv[] )
   std::string branches_input_fn = argv[ 5 ];
 
   // Read image
-  typename itk::ImageFileReader< TImage >::Pointer input_image_reader =
+  itk::ImageFileReader< TImage >::Pointer input_image_reader =
     itk::ImageFileReader< TImage >::New( );
   input_image_reader->SetFileName( input_image_fn );
   input_image_reader->Update( );