diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/if/ifDec16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifDec16.c b/src/map/if/ifDec16.c index cc1a06f3..1abf5fca 100644 --- a/src/map/if/ifDec16.c +++ b/src/map/if/ifDec16.c @@ -1585,7 +1585,7 @@ If_Grp_t If_CluCheck( If_Man_t * p, word * pTruth0, int nVars, int iVarStart, in short pStore[32]; unsigned uCanonPhase; If_CluCopy( pF, pTruth, nVars ); - uCanonPhase = Kit_TruthSemiCanonicize( pF, pG, nVars, pCanonPerm, pStore ); + uCanonPhase = Kit_TruthSemiCanonicize( pF, pG, nVars, pCanonPerm ); G1.nVars = 1; return G1; } |