From: rahuel Date: Thu, 14 Apr 2005 11:27:56 +0000 (+0000) Subject: Comments X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9acd70939f84acf4f02dbeb418dd83e9473990a;p=modules%2Fsuperv.git Comments --- diff --git a/src/GraphBase/DataFlowBase_ComputingNode.cxx b/src/GraphBase/DataFlowBase_ComputingNode.cxx index 3e1999f..5978f09 100644 --- a/src/GraphBase/DataFlowBase_ComputingNode.cxx +++ b/src/GraphBase/DataFlowBase_ComputingNode.cxx @@ -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 ; }