Suggested fix.

This commit is contained in:
Alan Mishchenko 2024-05-16 06:24:18 -07:00
parent 5fc62b881f
commit 3fd42912ad
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ int Pdr_ManGeneralize( Pdr_Man_t * p, int k, Pdr_Set_t * pCube, Pdr_Set_t ** ppP
return -1;
if ( RetValue == 0 )
{
p->tGeneral += clock() - clk;
p->tGeneral += Abc_Clock() - clk;
return 0;
}