Changing the default value '&gla -n' to the opposite.

This commit is contained in:
Alan Mishchenko 2012-08-06 07:44:55 -07:00
parent 294c06f162
commit 6a9eaec3b5
1 changed files with 1 additions and 1 deletions

View File

@ -28109,7 +28109,7 @@ usage:
int Abc_CommandAbc9Gla( Abc_Frame_t * pAbc, int argc, char ** argv )
{
Gia_ParVta_t Pars, * pPars = &Pars;
int c, fStartVta = 0, fNewAlgo = 0;
int c, fStartVta = 0, fNewAlgo = 1;
Gia_VtaSetDefaultParams( pPars );
Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "FSCLDETRPAtrfkadnscbwvh" ) ) != EOF )