From 8eeecc517568a1bd2a6f8379f81303a7c7c57d1b Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 7 Mar 2008 08:01:00 -0800 Subject: Version abc80307 --- src/base/main/mainInt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/main') diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h index 1d8cd70f..f82e12d6 100644 --- a/src/base/main/mainInt.h +++ b/src/base/main/mainInt.h @@ -61,8 +61,8 @@ struct Abc_Frame_t_ FILE * Err; FILE * Hst; // used for runtime measurement - PORT_INT64_T TimeCommand; // the runtime of the last command - PORT_INT64_T TimeTotal; // the total runtime of all commands + double TimeCommand; // the runtime of the last command + double TimeTotal; // the total runtime of all commands // temporary storage for structural choices Vec_Ptr_t * vStore; // networks to be used by choice // decomposition package -- cgit v1.2.3