From c46c957a0721004eb21c5f3d3f316ba1c8ab8df1 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 9 Mar 2012 19:50:18 -0800 Subject: Renamed Aig_ObjIsPi/Po to be ...Ci/Co and Aig_Man(Pi/Po)Num to be ...(Ci/Co)... --- src/proof/cec/cecCec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof/cec') diff --git a/src/proof/cec/cecCec.c b/src/proof/cec/cecCec.c index 22474042..aa36a28e 100644 --- a/src/proof/cec/cecCec.c +++ b/src/proof/cec/cecCec.c @@ -97,7 +97,7 @@ Abc_PrintTime( 1, "Time", clock() - clkTotal ); Abc_Print( 1, "Counter-example verification has failed.\n" ); else { -// Aig_Obj_t * pObj = Aig_ManPo(pMiterCec, iOut); +// Aig_Obj_t * pObj = Aig_ManCo(pMiterCec, iOut); // Aig_Obj_t * pFan = Aig_ObjFanin0(pObj); Abc_Print( 1, "Primary output %d has failed", iOut ); if ( nOuts-1 >= 0 ) -- cgit v1.2.3