Commit f829eca5 by Alan Mishchenko

Changing default parameter in &if.

parent 7a7173c8
...@@ -66,7 +66,7 @@ void Gia_ManSetIfParsDefault( void * pp ) ...@@ -66,7 +66,7 @@ void Gia_ManSetIfParsDefault( void * pp )
p->fPreprocess = 1; p->fPreprocess = 1;
p->fArea = 0; p->fArea = 0;
p->fFancy = 0; p->fFancy = 0;
p->fExpRed = 0; //// p->fExpRed = 1; ////
p->fLatchPaths = 0; p->fLatchPaths = 0;
p->fEdge = 1; p->fEdge = 1;
p->fPower = 0; p->fPower = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment