]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/fpa/MinimumSpanningTreeReader.cxx
...
[FrontAlgorithms.git] / plugins / fpa / MinimumSpanningTreeReader.cxx
index 16f421e4e3b53c16b80bfdde46942c312c9e0403..e0c4ffe9b1f86d82f13276e4efb2e5cc4b044631 100644 (file)
@@ -64,7 +64,7 @@ _GD0( const std::string& fname )
     this->_Error( err.GetDescription( ) );
 
   } // yrt
-  this->GetOutputData( "Output" )->SetITK( reader->GetOutput( ) );
+  this->GetOutput( "Output" )->SetITK( reader->GetOutput( ) );
 }
 
 // eof - $RCSfile$