- Added some (commented out) better reporting code.

This commit is contained in:
ccremers 2004-07-14 12:17:38 +00:00
parent 82b2603263
commit 32c4183315

View File

@ -212,14 +212,18 @@ void removeIrrelevant (const System sys, const int run, Roledef rd)
}
/* report part */
/*
rd = rdkill;
rd = rdkill->next;
killclaims = 0;
while (rd != NULL)
{
killclaims++;
rd = rd->next;
}
warning ("%i events stripped from run %i.", killclaims, run);
if (killclaims > 1)
{
warning ("%i events stripped from run %i.", killclaims, run);
runPrint (rdkill->next);
}
*/
/* remove after rdkill */