diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-05 20:40:50 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-05 20:40:50 -0700 |
commit | 23879f92000601db485d2ea226711df88c6266b9 (patch) | |
tree | 6c8ffe04300dbbcae032cda66e372b40cef7c721 /src/proof/cec | |
parent | 9d14b0c094cc0509bf167166e6fbddeb0f8ba954 (diff) | |
download | abc-23879f92000601db485d2ea226711df88c6266b9.tar.gz abc-23879f92000601db485d2ea226711df88c6266b9.tar.bz2 abc-23879f92000601db485d2ea226711df88c6266b9.zip |
Unifying parameters for the &ps command.
Diffstat (limited to 'src/proof/cec')
-rw-r--r-- | src/proof/cec/cecCore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/cec/cecCore.c b/src/proof/cec/cecCore.c index 051a5126..c77b8fa1 100644 --- a/src/proof/cec/cecCore.c +++ b/src/proof/cec/cecCore.c @@ -401,7 +401,7 @@ p->timeSim += Abc_Clock() - clk; // Gia_AigerWrite( pSrm, "gia_srm.aig", 0, 0 ); if ( pPars->fVeryVerbose ) - Gia_ManPrintStats( pSrm, 0, 0, 0 ); + Gia_ManPrintStats( pSrm, NULL ); if ( Gia_ManCoNum(pSrm) == 0 ) { Gia_ManStop( pSrm ); |