From 14c01eaccab87d14d1bd0eaa3fc491026349665e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 18 Dec 2007 08:01:00 -0800 Subject: Version abc71218 --- src/map/if/ifMan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/if/ifMan.c') diff --git a/src/map/if/ifMan.c b/src/map/if/ifMan.c index b713d80d..50ce63e9 100644 --- a/src/map/if/ifMan.c +++ b/src/map/if/ifMan.c @@ -124,6 +124,7 @@ void If_ManRestart( If_Man_t * p ) ***********************************************************************/ void If_ManStop( If_Man_t * p ) { +// printf( "Small support = %d.\n", p->nSmallSupp ); Vec_PtrFree( p->vCis ); Vec_PtrFree( p->vCos ); Vec_PtrFree( p->vObjs ); -- cgit v1.2.3