summaryrefslogtreecommitdiffstats
path: root/src/aig/saig/saigSwitch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/saig/saigSwitch.c')
-rw-r--r--src/aig/saig/saigSwitch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/aig/saig/saigSwitch.c b/src/aig/saig/saigSwitch.c
index 4c54e3ad..8f4f962f 100644
--- a/src/aig/saig/saigSwitch.c
+++ b/src/aig/saig/saigSwitch.c
@@ -268,7 +268,8 @@ Vec_Int_t * Saig_ManComputeSwitchProb4s( Aig_Man_t * p, int nFrames, int nPref,
Saig_SimObj_t * pAig, * pEntry;
Vec_Int_t * vSwitching;
float * pSwitching;
- int nFramesReal, clk;//, clkTotal = clock();
+ int nFramesReal;
+ clock_t clk;//, clkTotal = clock();
vSwitching = Vec_IntStart( Aig_ManObjNumMax(p) );
pSwitching = (float *)vSwitching->pArray;
clk = clock();