summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfmWin.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-05-27 14:39:08 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-05-27 14:39:08 -0700
commit94356f0d1fa8e671303299717f631ecf0ca2f17e (patch)
treef784ecefa687c25873f89f554738616d7946b2e4 /src/opt/sfm/sfmWin.c
parent755935a6df4c84377aff1c67a5d802062cf925e6 (diff)
downloadabc-94356f0d1fa8e671303299717f631ecf0ca2f17e.tar.gz
abc-94356f0d1fa8e671303299717f631ecf0ca2f17e.tar.bz2
abc-94356f0d1fa8e671303299717f631ecf0ca2f17e.zip
Several small changes to the MFS packages.
Diffstat (limited to 'src/opt/sfm/sfmWin.c')
-rw-r--r--src/opt/sfm/sfmWin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/sfm/sfmWin.c b/src/opt/sfm/sfmWin.c
index 3c30c480..9efe30d3 100644
--- a/src/opt/sfm/sfmWin.c
+++ b/src/opt/sfm/sfmWin.c
@@ -275,6 +275,7 @@ int Sfm_NtkCreateWindow( Sfm_Ntk_t * p, int iNode, int fVerbose )
Sfm_NtkIncrementTravId( p );
if ( Sfm_NtkCollectTfi_rec( p, iNode, p->pPars->nWinSizeMax ) )
{
+ p->nMaxDivs++;
p->timeWin += clock() - clk;
return 0;
}