summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifCore.c
diff options
context:
space:
mode:
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 )