]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/MinimumSpanningTree.hxx
...
[FrontAlgorithms.git] / lib / fpa / Base / MinimumSpanningTree.hxx
index 9d0939ddf74b2e469c4416c103f1f6445ee96214..6bf9be2e365b51e974a15c1fc6af5f3aa974c0c1 100644 (file)
@@ -238,9 +238,6 @@ _Path( std::vector< V >& path, const V& a ) const
 
     } while( dIt->first != dIt->second.first && dIt != this->Get( ).end( ) );
 
-    if( dIt != this->Get( ).end( ) )
-      path.push_back( dIt->first );
-
   } // fi
 }