Commit e73fca37 by Alan Mishchenko

Commenting out assertion.

parent 8b6207e1
......@@ -476,7 +476,7 @@ void Wln_RetInsertOneFanout( Wln_Ret_t * p, int iObj, int iFlop )
{
if ( pLink[0] )
pLink = Wln_RetHeadToTail( p, pLink );
assert( pLink[0] == 0 );
//assert( pLink[0] == 0 );
pLink[0] = Vec_IntSize(&p->vEdgeLinks);
Vec_IntPushTwo( &p->vEdgeLinks, 0, iFlop );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment