Commit c82a418b by Alan Mishchenko

Commented out one useless assertion in scorr.

parent 302f41e9
......@@ -80,7 +80,7 @@ unsigned Ssw_SmlObjHashWord( Ssw_Sml_t * p, Aig_Obj_t * pObj )
unsigned * pSims;
unsigned uHash;
int i;
assert( p->nWordsTotal <= 128 );
// assert( p->nWordsTotal <= 128 );
uHash = 0;
pSims = Ssw_ObjSim(p, pObj->Id);
for ( i = p->nWordsPref; i < p->nWordsTotal; i++ )
......
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