diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-18 15:40:45 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-18 15:40:45 +0200 |
commit | 5a91a0b96fe10b4971391b1d56a58ec0288f72e1 (patch) | |
tree | 4318a80e83c5c3f27c921596a57e98e7e4454cc8 /libred.h | |
parent | Update e-mail (diff) | |
download | libred-5a91a0b96fe10b4971391b1d56a58ec0288f72e1.tar.gz libred-5a91a0b96fe10b4971391b1d56a58ec0288f72e1.tar.bz2 libred-5a91a0b96fe10b4971391b1d56a58ec0288f72e1.tar.xz |
cleanup
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libred.h')
-rw-r--r-- | libred.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,12 +13,12 @@ /** * The Sun's elevation at sunset and sunrise, measured in degrees */ -#define LIBRED_SOLAR_ELEVATION_SUNSET_SUNRISE (-32.0 / 60.0) +#define LIBRED_SOLAR_ELEVATION_SUNSET_SUNRISE (-32.0 / 60.0) /** * The Sun's elevation at civil dusk and civil dawn, measured in degrees */ -#define LIBRED_SOLAR_ELEVATION_CIVIL_DUSK_DAWN (-6.0) +#define LIBRED_SOLAR_ELEVATION_CIVIL_DUSK_DAWN (-6.0) /** * The Sun's elevation at nautical dusk and nautical dawn, measured in degrees |