Mitch Bailey
09/07/2021, 10:14 PMnetgen.
Looks like there's debugging code left at line 6895 in base/netcmp.c.
Is it ok to delete this? I get over 4M lines of Bad. in the storage LVS result.
/* Catch badness */
if (ob->next && (ob->next->node > 100000)) {
Fprintf(stdout, "Bad.\n");
}Tim Edwards
09/08/2021, 1:01 AMTim Edwards
09/08/2021, 2:12 AM