Move EARTH_RADIUS_KM to haversine.h
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include "aliases.h"
|
||||
#include "point_types.h"
|
||||
|
||||
#define EARTH_RADIUS_KM 6371.0
|
||||
|
||||
f64 haversine_of_degrees(const PointPair &pair, f64 radius);
|
||||
|
||||
#endif // !HAVERSINE_H
|
||||
|
||||
Reference in New Issue
Block a user