]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Workspace.cxx
More on graph editor
[cpPlugins.git] / lib / cpPlugins / Interface / Workspace.cxx
index 3c42481f7bcb6b797ab64e1ab63b1ef82e72eaf2..dfe66d9bf51ba197638a23eba5815f2ec7c20c93 100644 (file)
@@ -193,6 +193,8 @@ AddInputPort(
   const std::string& filter, const std::string& filter_input
   )
 {
+  std::cout << name << " " << filter << " " << filter_input << std::endl;
+
   this->m_InputPorts[ name ] = TGlobalPort( filter, filter_input );
 }