Commit e56a7676 by Alan Mishchenko

Compiler warning.

parent 227b0c77
...@@ -307,7 +307,7 @@ void Gia_ManStochSyn( int nMaxSize, int nIters, int TimeOut, int Seed, int fVerb ...@@ -307,7 +307,7 @@ void Gia_ManStochSyn( int nMaxSize, int nIters, int TimeOut, int Seed, int fVerb
nEnd = Gia_ManAndNum(Abc_FrameReadGia(Abc_FrameGetGlobalFrame())); nEnd = Gia_ManAndNum(Abc_FrameReadGia(Abc_FrameGetGlobalFrame()));
if ( fVerbose ) if ( fVerbose )
printf( "Cumulatively reduced %d AIG nodes after %d iterations. ", printf( "Cumulatively reduced %d AIG nodes after %d iterations. ",
nBeg - nEnd, nIters, (float)1.0*(Abc_Clock() - clkStart)/CLOCKS_PER_SEC ); nBeg - nEnd, nIters );
if ( fVerbose ) if ( fVerbose )
Abc_PrintTime( 0, "Total time", Abc_Clock() - clkStart ); Abc_PrintTime( 0, "Total time", Abc_Clock() - clkStart );
} }
......
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