From d95474c92e1505accedbdaf2b17a914fd0e52ef5 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Apr 2024 02:33:40 +0200 Subject: Aligned defines --- FICS/ratings.c | 10 +++++----- 1 file 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 -- cgit v1.2.3