1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-13 02:15:10 +02:00

Code cleanup

This commit is contained in:
2018-02-26 19:13:57 +01:00
parent d1b0e2ef73
commit 8c6f70d837
7 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,5 @@
#include <cmath>
#include "ellipsoid.h"
#include "lambertazimuthal.h"
#define sin2(x) (sin(x) * sin(x))