diff options
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 |