From 4760983a461142eacceeed45ddcf5598e6a389a2 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 7 Jul 2012 18:15:08 -0700 Subject: Fixing time primtouts throughout the code. --- src/bdd/reo/reoTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bdd/reo/reoTest.c') diff --git a/src/bdd/reo/reoTest.c b/src/bdd/reo/reoTest.c index 1e5fa1e0..58e442f3 100644 --- a/src/bdd/reo/reoTest.c +++ b/src/bdd/reo/reoTest.c @@ -182,7 +182,7 @@ int Extra_bddReorderTest( DdManager * dd, DdNode * bF ) static DdManager * s_ddmin; DdNode * bFmin; int nNodes; -// int clk1; +// clock_t clk1; if ( s_ddmin == NULL ) s_ddmin = Cudd_Init( dd->size, 0, CUDD_UNIQUE_SLOTS, CUDD_CACHE_SLOTS, 0); -- cgit v1.2.3