Version abc80404

This commit is contained in:
Alan Mishchenko
2008-04-04 08:01:00 -07:00
parent 69b5bcad56
commit ef20b0c533
14 changed files with 300 additions and 188 deletions
+1 -1
View File
@@ -15780,7 +15780,7 @@ int Abc_CommandAbc8Cec( Abc_Frame_t * pAbc, int argc, char ** argv )
nConfLimit = 10000;
nPartSize = 100;
fSmart = 0;
fVerbose = 0;
fVerbose = 0;
Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "CPsvh" ) ) != EOF )
{