]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
null items are supported in diffSibling
authorasl <asl@opencascade.com>
Mon, 3 Apr 2006 10:20:12 +0000 (10:20 +0000)
committerasl <asl@opencascade.com>
Mon, 3 Apr 2006 10:20:12 +0000 (10:20 +0000)
src/SUIT/SUIT_TreeSync.h

index b39b539ae14d412038da32ba84eebb08cff7aaa5..0fd6a33367378541530efc4d753f8f40fd0791ce 100644 (file)
@@ -104,8 +104,8 @@ void diffSiblings( const SrcItem& src, const TrgItem& trg,
                   QValueList < DiffItem < SrcItem,TrgItem > >& d,
                   const TreeData& td )
 {
-  if( src==td.nullSrc() || trg==td.nullTrg() )
-    return;
+  //  if( src==td.nullSrc() || trg==td.nullTrg() )
+  //  return;
 
   QValueList<SrcItem> src_ch;
   QValueList<TrgItem> trg_ch;