]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpaPlugins/ImageDijkstra.cxx
...
[FrontAlgorithms.git] / lib / fpaPlugins / ImageDijkstra.cxx
index 0f88d8e379d4612a42c0e2028aaff32c23c43714..75d9bebf094d02283bab7c8f08d23ccd263eddde 100644 (file)
@@ -11,7 +11,7 @@ ImageDijkstra( )
 {
   this->_AddInput( "Input" );
   this->_AddInput( "Seeds" );
-  this->_MakeOutput< cpPlugins::Interface::Image >( "Output" );
+  this->_AddOutput< cpPlugins::Interface::Image >( "Output" );
 
   this->m_Parameters->ConfigureAsBool( "VisualDebug" );
   this->m_Parameters->ConfigureAsBool( "StopAtOneFront" );