summaryrefslogtreecommitdiffstats
path: root/src/proof/cec
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/cec')
-rw-r--r--src/proof/cec/cecCec.c2
1 files changed, 1 insertions, 1 deletions
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 )