From 49f3c1aa61839a2e6f5b77d37068fa3ddef994f8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 18 May 2010 21:11:35 +0000 Subject: [PATCH] client: bug fixes svn path=/trunk/boinc/; revision=21571 --- client/coproc_detect.cpp | 8 ++++---- client/cpu_sched.cpp | 8 ++++---- lib/coproc.h | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client/coproc_detect.cpp b/client/coproc_detect.cpp index 8849d01796..9bc22774b9 100644 --- a/client/coproc_detect.cpp +++ b/client/coproc_detect.cpp @@ -427,9 +427,9 @@ void COPROC_CUDA::get( // fake a NVIDIA GPU (for debugging) // -void COPROC_CUDA::fake(double ram, int count) { +void COPROC_CUDA::fake(double ram, int n) { strcpy(type, "CUDA"); - count = count; + count = n; for (int i=0; i