From ec57e4180c00d183fbb8c4f0e2b8512158f90f0e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 29 May 2007 22:05:48 +0000 Subject: [PATCH] tweak to last checkin svn path=/trunk/boinc/; revision=12772 --- sched/sched_array.C | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sched/sched_array.C b/sched/sched_array.C index af6821e2b2..bbe4c67094 100644 --- a/sched/sched_array.C +++ b/sched/sched_array.C @@ -157,7 +157,11 @@ void scan_work_array( } else { found = find_app_version(reply.wreq, wu, platforms, ss, app, avp); if (!found) { +#if 0 + // see comment above + // wu_result.infeasible_count++; +#endif continue; }