Commit 49267fd3 by Alan Mishchenko

Structural reparametrization.

parent aeb7f7ea
...@@ -26737,10 +26737,10 @@ usage: ...@@ -26737,10 +26737,10 @@ usage:
int Abc_CommandAbc9Rpm( Abc_Frame_t * pAbc, int argc, char ** argv ) int Abc_CommandAbc9Rpm( Abc_Frame_t * pAbc, int argc, char ** argv )
{ {
Gia_Man_t * pTemp; Gia_Man_t * pTemp;
int c, nCutMax = 6; int c, nCutMax = 16;
int fUseOldAlgo = 0; int fUseOldAlgo = 0;
int fVerbose = 0; int fVerbose = 0;
int fVeryVerbose = 0; int fVeryVerbose = 0;
Extra_UtilGetoptReset(); Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "Cavwh" ) ) != EOF ) while ( ( c = Extra_UtilGetopt( argc, argv, "Cavwh" ) ) != EOF )
{ {
......
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