]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Comments
authorrahuel <rahuel@opencascade.com>
Thu, 14 Apr 2005 11:27:56 +0000 (11:27 +0000)
committerrahuel <rahuel@opencascade.com>
Thu, 14 Apr 2005 11:27:56 +0000 (11:27 +0000)
src/GraphBase/DataFlowBase_ComputingNode.cxx

index 3e1999f5620b3ad6836503802a2b68d03eecd5b5..5978f0931a424a3cecfe9eda89ff6796f0c57117 100644 (file)
@@ -589,7 +589,8 @@ void GraphBase::ComputingNode::SetMacroDatas( GraphBase::Graph * aGraph ,
     cdebug << "                 " << Name() << " " << anOutPort->PortName() << " " << anOutPort->PortType()
            << " " << anOutPort->Kind() << " " << anOutPort->PortStatus() << endl ;
     if ( anOutPort->IsDataConnected() ) {
-      aGraphOfMacroGraph->AddInputData( Name() , anInPort->PortName() , *(anOutPort->Value()) ) ;
+//JR 30.03.2005      aGraphOfMacroGraph->AddInputData( Name() , anInPort->PortName() , *(anOutPort->Value()) ) ;
+      aGraphOfMacroGraph->AddInputData( Name() , anInPort->PortName() , anOutPort->Value() ) ;
       anOutPort->PortStatus( ExternConnected ) ;
     }
   }
@@ -1613,6 +1614,7 @@ bool GraphBase::ComputingNode::SavePY( ostream &f , const char * aGraphName ,
       }
       cdebug << "ComputingNode::SavePY Node " << Name() << " EndName " << EndName
              << endl ;
+// PAL8507
 //JR 24.02.2005 Debug !!!... : I should not delete myself : what a stupid thing !
 //      delete [] EndName ;
     }