Version abc80517

This commit is contained in:
Alan Mishchenko
2008-05-17 08:01:00 -07:00
parent 6da56f1f0f
commit 4d37d4d92f
32 changed files with 1066 additions and 560 deletions
+1
View File
@@ -53,6 +53,7 @@ void Lpk_IfManStart( Lpk_Man_t * p )
pPars->nFlowIters = 0; // 1
pPars->nAreaIters = 0; // 1
pPars->DelayTarget = -1;
pPars->Epsilon = (float)0.005;
pPars->fPreprocess = 0;
pPars->fArea = 1;
pPars->fFancy = 0;