From 4669839b245231c3e7c0a530831ed604b9802ee3 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 20 Jun 2011 22:23:32 -0700 Subject: Added new mapping feature. --- src/map/if/ifMap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifMap.c') diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c index 1a7b6ea7..b7b7c568 100644 --- a/src/map/if/ifMap.c +++ b/src/map/if/ifMap.c @@ -140,7 +140,7 @@ void If_ObjPerformMappingAnd( If_Man_t * p, If_Obj_t * pObj, int Mode, int fPrep pCut->fUseless = 0; if ( p->pPars->pFuncCell && RetValue < 2 ) { - assert( pCut->nLimit >= 4 && pCut->nLimit <= 7 ); + assert( pCut->nLimit >= 4 && pCut->nLimit <= 10 ); pCut->fUseless = !p->pPars->pFuncCell( If_CutTruth(pCut), pCut->nLimit, pCut->nLeaves ); p->nCutsUseless += pCut->fUseless; } -- cgit v1.2.3