Changing default parameter in &if.

This commit is contained in:
Alan Mishchenko 2012-11-02 11:02:24 -07:00
parent 7a7173c80e
commit f829eca548
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void Gia_ManSetIfParsDefault( void * pp )
p->fPreprocess = 1;
p->fArea = 0;
p->fFancy = 0;
p->fExpRed = 0; ////
p->fExpRed = 1; ////
p->fLatchPaths = 0;
p->fEdge = 1;
p->fPower = 0;