*** empty log message ***

svn path=/trunk/boinc/; revision=2020
This commit is contained in:
Dan Werthimer 2003-08-07 23:38:38 +00:00
parent 2e939bf2b5
commit 0b874e0d45
1 changed files with 1 additions and 1 deletions

View File

@ -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;