Experiments with mapping.

This commit is contained in:
Alan Mishchenko
2014-03-23 11:05:26 -07:00
parent c26f7cf331
commit f6eb5262a3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30407,9 +30407,9 @@ int Abc_CommandAbc9Kf( Abc_Frame_t * pAbc, int argc, char ** argv )
Abc_Print( -1, "Command line switch \"-P\" should be followed by a positive integer.\n" );
goto usage;
}
pPars->nProcNumMax = atoi(argv[globalUtilOptind]);
pPars->nProcNum = atoi(argv[globalUtilOptind]);
globalUtilOptind++;
if ( pPars->nProcNumMax < 0 )
if ( pPars->nProcNum < 0 )
goto usage;
break;
case 'R':