Small bug fix in FXCH.

This commit is contained in:
Bruno Schmitt 2016-08-18 16:36:55 -03:00
parent 118eea8465
commit 621fbcbd4d
1 changed files with 10 additions and 10 deletions

View File

@ -670,7 +670,7 @@ void Fxch_ManUpdate( Fxch_Man_t* pFxchMan,
} }
/* Deal with SCC */ /* Deal with SCC */
if ( Vec_IntSize( pFxchMan->vSCC ) && pFxchMan->nExtDivs < 17 ) if ( Vec_IntSize( pFxchMan->vSCC ) )
{ {
Vec_IntUniqifyPairs( pFxchMan->vSCC ); Vec_IntUniqifyPairs( pFxchMan->vSCC );
assert( Vec_IntSize( pFxchMan->vSCC ) % 2 == 0 ); assert( Vec_IntSize( pFxchMan->vSCC ) % 2 == 0 );