From a4bca405978e500b7ef2b987d159e3b11b95905f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 14 Oct 2008 08:01:00 -0700 Subject: Version abc81014 --- src/map/mapper/mapperMatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mapper') diff --git a/src/map/mapper/mapperMatch.c b/src/map/mapper/mapperMatch.c index 74b83f75..32af030a 100644 --- a/src/map/mapper/mapperMatch.c +++ b/src/map/mapper/mapperMatch.c @@ -226,7 +226,7 @@ int Map_MatchNodePhase( Map_Man_t * p, Map_Node_t * pNode, int fPhase ) Area2 = Map_SwitchCutRef( pNode, pNode->pCutBest[fPhase], fPhase ); else assert( 0 ); - assert( Area2 < Area1 + p->fEpsilon ); +// assert( Area2 < Area1 + p->fEpsilon ); } // make sure that the requited times are met -- cgit v1.2.3