diff options
-rw-r--r-- | FICS/ratings.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index 00c1237..60ffb02 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -473,11 +473,11 @@ Round(double x) } // Constants for Glicko system -#define Gd 3.25 -#define Gr0 1720 -#define Gs0 350 -#define Gq 0.00575646273249 -#define Gp 0.000010072398601964 +#define Gd 3.25 +#define Gr0 1720 +#define Gs0 350 +#define Gq 0.00575646273249 +#define Gp 0.000010072398601964 // End of Glicko system variables PRIVATE double |