aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-04 02:33:40 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-04 02:33:40 +0200
commitd95474c92e1505accedbdaf2b17a914fd0e52ef5 (patch)
tree5fb1e8bc8ec2f6a5121898b004f90607b6422652
parent3ffe34fae3e794a35499805627acc96179813517 (diff)
Aligned defines
-rw-r--r--FICS/ratings.c10
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