From e8c765c0d1b722f5d1e143928ee7fbf05ec713c6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 31 Oct 2013 17:06:06 -0400 Subject: GIA sweeper: adding APIs to return valid probe ID and run a command line. --- src/aig/gia/giaSweeper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/aig/gia/giaSweeper.c b/src/aig/gia/giaSweeper.c index 30d56dde..4cad0bdc 100644 --- a/src/aig/gia/giaSweeper.c +++ b/src/aig/gia/giaSweeper.c @@ -1080,7 +1080,7 @@ int Gia_SweeperRun( Gia_Man_t * p, Vec_Int_t * vProbeIds, char * pCommLime, int if ( pCommLime ) { if ( fVerbose ) - printf( "GIA manager statistics before and after applying \"%s\":\n", pCommLine ); + printf( "GIA manager statistics before and after applying \"%s\":\n", pCommLime ); if ( fVerbose ) Gia_ManPrintStats( pNew, NULL ); // set pNew to be current GIA in ABC -- cgit v1.2.3