summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <alex.v.wolf@gmail.com>2022-03-15 12:53:32 +0700
committerAlexander V. Wolf <alex.v.wolf@gmail.com>2022-03-15 12:53:32 +0700
commita19fa1f983001e57726b423446073897c283d1ba (patch)
tree1bd22a40037c105c46c8dc0b2c8f70f3e97fd8a0
parent7b6a3bfac96613ec899a62d2d394e15cbc8c37bd (diff)
Obvious cosmetic fix for Calendars plugin
-rw-r--r--plugins/Calendars/src/Calendar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Calendars/src/Calendar.cpp b/plugins/Calendars/src/Calendar.cpp
index 3cac991d78..b9f13e7250 100644
--- a/plugins/Calendars/src/Calendar.cpp
+++ b/plugins/Calendars/src/Calendar.cpp
@@ -129,7 +129,7 @@ QVector<int> Calendar::intersectWithRange(QVector<int>cand, QVector<int>range)
// Crucial: Region MUST be full name - we cannot look up region codes in the tests!
// Name country region long lat alt popK Timezone Bortle Role
const StelLocation Calendar::urbana ("Urbana", "Il", "Northern America", -88.2f, 40.1f, 225, 250, "America/Chicago", 7, 'N');
-const StelLocation Calendar::greenwich("Greenwich", "London", "Northern Europe", 0.f, 51.4777815f, 46.9, 100, "Europe/London", 7, 'O');
+const StelLocation Calendar::greenwich("Greenwich", "London", "Northern Europe", 0.f, 51.4777815f, 47, 100, "Europe/London", 7, 'O');
const StelLocation Calendar::mecca ("MecKa", "Mecca", "Western Asia", 39.82333333f, 21.42333333f, 298, 200, "Asia/Riyadh", 9, 'R');
// Keep here, or use only in Persian?
const StelLocation Calendar::tehran ( "Tehran", "ir", "Southern Asia", 51.42f, 35.68f, 1100, 7153, "Asia/Tehran", 9, 'C');