moar fixes
This commit is contained in:
parent
13863d32ca
commit
2dfe165f22
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#include "moonrise.h"
|
#include "moonrise.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdbool.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#define K1 15 * (M_PI / 180) * 1.0027379
|
#define K1 15 * (M_PI / 180) * 1.0027379
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
#define MoonRise_h
|
#define MoonRise_h
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
// Size of event search window in hours.
|
// Size of event search window in hours.
|
||||||
// Events further away from the search time than MR_WINDOW/2 will not be
|
// Events further away from the search time than MR_WINDOW/2 will not be
|
||||||
// found. At higher latitudes the moon rise/set intervals become larger, so if
|
// found. At higher latitudes the moon rise/set intervals become larger, so if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user