From 7d3301584a82b06e9c6a887e02554bc6a14bec5e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 5 May 2013 01:56:16 -0700 Subject: New fast extract. --- src/base/abci/abcFx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci') diff --git a/src/base/abci/abcFx.c b/src/base/abci/abcFx.c index 0d58ac9e..77a606f1 100644 --- a/src/base/abci/abcFx.c +++ b/src/base/abci/abcFx.c @@ -814,7 +814,7 @@ void Fx_ManFindCommonPairs( Vec_Wec_t * vCubes, Vec_Int_t * vPart0, Vec_Int_t * int * pBeg2 = vPart1->pArray; int * pEnd1 = vPart0->pArray + vPart0->nSize; int * pEnd2 = vPart1->pArray + vPart1->nSize; - int i, k, i_, k_, Counter = 0; + int i, k, i_, k_; Vec_IntClear( vPairs ); while ( pBeg1 < pEnd1 && pBeg2 < pEnd2 ) { -- cgit v1.2.3