moar fixes
Some checks failed
Build / build (push) Has been cancelled
Build / build-simulator (push) Has been cancelled

This commit is contained in:
hueso 2025-05-16 18:58:52 -03:00
parent 13863d32ca
commit 2dfe165f22
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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