mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2020
This commit is contained in:
parent
2e939bf2b5
commit
0b874e0d45
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue