summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifCore.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2007-04-07 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2007-04-07 08:01:00 -0700
commit94112fd22fc6f09ccc488cfc577d43aebeff9c5f (patch)
tree11048331334d4a0e00f0db1f3fdfe434b8948eb3 /src/map/if/ifCore.c
parent00dc0f3daab81e3a30b7fae3ec4f2c191fce114c (diff)
downloadabc-94112fd22fc6f09ccc488cfc577d43aebeff9c5f.tar.gz
abc-94112fd22fc6f09ccc488cfc577d43aebeff9c5f.tar.bz2
abc-94112fd22fc6f09ccc488cfc577d43aebeff9c5f.zip
Version abc70407
Diffstat (limited to 'src/map/if/ifCore.c')
-rw-r--r--src/map/if/ifCore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifCore.c b/src/map/if/ifCore.c
index c36642bc..59ad5a1c 100644
--- a/src/map/if/ifCore.c
+++ b/src/map/if/ifCore.c
@@ -48,7 +48,7 @@ int If_ManPerformMapping( If_Man_t * p )
// create the CI cutsets
If_ManSetupCiCutSets( p );
// allocate memory for other cutsets
- If_ManSetupSetAll( p );
+ If_ManSetupSetAll( p, If_ManCrossCut(p) );
// try sequential mapping
if ( p->pPars->fSeqMap )