diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-04 02:33:40 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-04 02:33:40 +0200 |
commit | d95474c92e1505accedbdaf2b17a914fd0e52ef5 (patch) | |
tree | 5fb1e8bc8ec2f6a5121898b004f90607b6422652 /FICS | |
parent | 3ffe34fae3e794a35499805627acc96179813517 (diff) |
Aligned defines
Diffstat (limited to 'FICS')
-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 |