From 0b874e0d45aee3518ed847eb95c93384a662121f Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Thu, 7 Aug 2003 23:38:38 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2020 --- client/time_stats.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/time_stats.C b/client/time_stats.C index f11b73f9d2..c951920533 100644 --- a/client/time_stats.C +++ b/client/time_stats.C @@ -32,7 +32,7 @@ // The last 30 days have a weight of 1/e; // everything before that has a weight of (1-1/e) -#define ALPHA (SECONDS_PER_DAY*30) +const float ALPHA = (SECONDS_PER_DAY*30); TIME_STATS::TIME_STATS() { last_update = 0;