summaryrefslogtreecommitdiffstats
path: root/src/proof/llb
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 18:41:02 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 18:41:02 -0700
commitea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8 (patch)
treebe95e2d530a62b6fe45a8882f5c1bfa43d303a34 /src/proof/llb
parent4760983a461142eacceeed45ddcf5598e6a389a2 (diff)
downloadabc-ea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8.tar.gz
abc-ea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8.tar.bz2
abc-ea98a2497e3e3df73ebfd27d3974d2de0e3c1bf8.zip
Fixing time primtouts throughout the code.
Diffstat (limited to 'src/proof/llb')
-rw-r--r--src/proof/llb/llb3Nonlin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/llb/llb3Nonlin.c b/src/proof/llb/llb3Nonlin.c
index 48724136..8badc61d 100644
--- a/src/proof/llb/llb3Nonlin.c
+++ b/src/proof/llb/llb3Nonlin.c
@@ -65,7 +65,7 @@ struct Llb_Mnn_t_
};
-extern int timeBuild, timeAndEx, timeOther;
+extern clock_t timeBuild, timeAndEx, timeOther;
extern int nSuppMax;
////////////////////////////////////////////////////////////////////////