From 0f9dacb7bec32bc19afb068b4bcf53a781ab2a0e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 2 Oct 2011 16:39:51 +0700 Subject: Changes to the matching procedure. --- src/map/if/ifDec10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifDec10.c') diff --git a/src/map/if/ifDec10.c b/src/map/if/ifDec10.c index 37846140..9280e193 100644 --- a/src/map/if/ifDec10.c +++ b/src/map/if/ifDec10.c @@ -477,7 +477,7 @@ printf( "\n" ); SeeAlso [] ***********************************************************************/ -int If_CutPerformCheck10( unsigned * pTruth, int nVars, int nLeaves, char * pStr ) +int If_CutPerformCheck10( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr ) { int nSupp, fDerive = 0; word z[2] = {0}, pF[16]; -- cgit v1.2.3