summaryrefslogtreecommitdiffstats
path: root/src/sat/cnf/cnfFast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/cnf/cnfFast.c')
-rw-r--r--src/sat/cnf/cnfFast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/cnf/cnfFast.c b/src/sat/cnf/cnfFast.c
index 492ddb61..93b3072b 100644
--- a/src/sat/cnf/cnfFast.c
+++ b/src/sat/cnf/cnfFast.c
@@ -666,7 +666,7 @@ Cnf_Dat_t * Cnf_DeriveFastClauses( Aig_Man_t * p, int nOutputs )
Cnf_Dat_t * Cnf_DeriveFast( Aig_Man_t * p, int nOutputs )
{
Cnf_Dat_t * pCnf = NULL;
- int clk;//, clkTotal = clock();
+ clock_t clk;//, clkTotal = clock();
// printf( "\n" );
Aig_ManCleanMarkAB( p );
// create initial marking