From ff67ab3c8638d5aea20392f412858004f8763d59 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 17 Mar 2022 17:37:40 -0400 Subject: [PATCH] We only need 6 digits of precision. --- src/custom.h | 4 ++-- src/custom.h.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/custom.h b/src/custom.h index a9d91cdd..c8e54076 100644 --- a/src/custom.h +++ b/src/custom.h @@ -21,8 +21,8 @@ /* The default values are initially set to the city hall in Ottawa, */ /* Ontario, Canada. */ /*---------------------------------------------------------------------*/ -#define DEFAULT_LATITUDE 45.42055555555555 -#define DEFAULT_LONGITUDE -75.68972222222223 +#define DEFAULT_LATITUDE 45.420556 +#define DEFAULT_LONGITUDE -75.689722 #define LOCATION "Ottawa" /*---------------------------------------------------------------------*/ diff --git a/src/custom.h.in b/src/custom.h.in index a9d91cdd..c8e54076 100644 --- a/src/custom.h.in +++ b/src/custom.h.in @@ -21,8 +21,8 @@ /* The default values are initially set to the city hall in Ottawa, */ /* Ontario, Canada. */ /*---------------------------------------------------------------------*/ -#define DEFAULT_LATITUDE 45.42055555555555 -#define DEFAULT_LONGITUDE -75.68972222222223 +#define DEFAULT_LATITUDE 45.420556 +#define DEFAULT_LONGITUDE -75.689722 #define LOCATION "Ottawa" /*---------------------------------------------------------------------*/