From: Leonardo Florez-Valencia Date: Sat, 13 Feb 2016 15:46:58 +0000 (-0500) Subject: ... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=df3a958efb5437df85711d9988a29357f6dcb07b;p=FrontAlgorithms.git ... --- diff --git a/lib/fpa/Image/DijkstraWithEndPointDetection.hxx b/lib/fpa/Image/DijkstraWithEndPointDetection.hxx index 85a9c46..3bbf8c5 100644 --- a/lib/fpa/Image/DijkstraWithEndPointDetection.hxx +++ b/lib/fpa/Image/DijkstraWithEndPointDetection.hxx @@ -45,9 +45,6 @@ GraftLabelImage( itk::DataObject* obj ) this->GraftNthOutput( this->m_LabelImageIndex, lbl ); } - - - // ------------------------------------------------------------------------- template< class I, class O > typename fpa::Image::DijkstraWithEndPointDetection< I, O >::