From 582a059e34d913ed52dfc18049e407055ebd7879 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 29 Jul 2008 08:01:00 -0700 Subject: Version abc80729 --- src/aig/int/intInt.h | 2 +- src/aig/int/intMan.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/aig/int') diff --git a/src/aig/int/intInt.h b/src/aig/int/intInt.h index ea2c48b8..dbb4301e 100644 --- a/src/aig/int/intInt.h +++ b/src/aig/int/intInt.h @@ -43,7 +43,7 @@ extern "C" { /// BASIC TYPES /// //////////////////////////////////////////////////////////////////////// -// simulation manager +// interpolation manager typedef struct Inter_Man_t_ Inter_Man_t; struct Inter_Man_t_ { diff --git a/src/aig/int/intMan.c b/src/aig/int/intMan.c index b9b2bce9..ec5d06d3 100644 --- a/src/aig/int/intMan.c +++ b/src/aig/int/intMan.c @@ -30,7 +30,7 @@ /**Function************************************************************* - Synopsis [Frees the interpolation manager.] + Synopsis [Creates the interpolation manager.] Description [] @@ -54,7 +54,7 @@ Inter_Man_t * Inter_ManCreate( Aig_Man_t * pAig, Inter_ManParams_t * pPars ) /**Function************************************************************* - Synopsis [Frees the interpolation manager.] + Synopsis [Cleans the interpolation manager.] Description [] -- cgit v1.2.3