summaryrefslogtreecommitdiffstats
path: root/src/proof/abs/absRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/abs/absRef.h')
-rw-r--r--src/proof/abs/absRef.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/proof/abs/absRef.h b/src/proof/abs/absRef.h
index 9bae40a3..93c054aa 100644
--- a/src/proof/abs/absRef.h
+++ b/src/proof/abs/absRef.h
@@ -83,10 +83,10 @@ struct Rnm_Man_t_
int nRefines; // total refined objects
int nVisited; // visited during justification
// statistics
- clock_t timeFwd; // forward propagation
- clock_t timeBwd; // backward propagation
- clock_t timeVer; // ternary simulation
- clock_t timeTotal; // other time
+ abctime timeFwd; // forward propagation
+ abctime timeBwd; // backward propagation
+ abctime timeVer; // ternary simulation
+ abctime timeTotal; // other time
};
// accessing the refinement object