From 162ef0822d1ae85787975c23b73ab4be89c33fad Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Tue, 29 Mar 2011 16:26:10 +0100 Subject: [PATCH] Make 86400 a double --- Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Globals.h b/Globals.h index 4061810..47cd589 100644 --- a/Globals.h +++ b/Globals.h @@ -17,7 +17,7 @@ public: } static const double SEC_PER_DAY() { - return 86400; + return 86400.0; } static const double MIN_PER_DAY() {