From: mkr Date: Fri, 23 Sep 2005 07:51:11 +0000 (+0000) Subject: Add comment for modification (IPAL9814, IPAL9630). X-Git-Tag: V3_1_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=inline;h=c4ce70a1afbca1f3d1d6831e57560102fee05cee;p=modules%2Fsuperv.git Add comment for modification (IPAL9814, IPAL9630). --- diff --git a/src/GraphBase/DataFlowBase_Graph.cxx b/src/GraphBase/DataFlowBase_Graph.cxx index 185a75c..62745bb 100644 --- a/src/GraphBase/DataFlowBase_Graph.cxx +++ b/src/GraphBase/DataFlowBase_Graph.cxx @@ -854,6 +854,7 @@ bool GraphBase::Graph::RemoveNode( const char* aNodeName ) { } } } + //mkr : fix for bugs IPAL9814 and IPAL9630 RetVal = true; }