Temporary debugging change.

This commit is contained in:
Alan Mishchenko 2011-11-12 22:26:12 -08:00
parent cd2f13c09d
commit bca84be597
1 changed files with 1 additions and 0 deletions

View File

@ -721,6 +721,7 @@ void If_CluVerify3( word * pF, int nVars, If_Grp_t * g, If_Grp_t * g2, If_Grp_t
Kit_DsdPrintFromTruth( (unsigned*)pF, nVars ); printf( "\n" );
// Extra_PrintHex( stdout, (unsigned *)pF, nVars ); printf( "\n" );
printf( "Verification FAILED!\n" );
exit(1);
}
// else
// printf( "Verification succeed!\n" );