]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Bloc_impl.cxx
Salome HOME
Fix a pb with recursively redundant links
[modules/yacs.git] / src / engine / Bloc_impl.cxx
index d3f3c6f83050f000e652e0875178c61fedabcf1b..ba636e44265251b0677665be11dabd2358809eae 100644 (file)
@@ -86,6 +86,7 @@ void Bloc::fitToPlayGround(const PlayGround *pg)
   };
   YACS::BASES::AutoRefCnt<PartDefinition> pd(new AllPartDefinition(pg,1));
   std::map<ComposedNode *,YACS::BASES::AutoRefCnt<PartDefinition> > zeMap;
+  this->removeRecursivelyRedundantCL();
   this->partitionRegardingDPL(pd,zeMap);
   MyVisitor vis(this);
   this->accept(&vis);