summaryrefslogtreecommitdiff
path: root/src/3rdparty/proj/pj_msfn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/proj/pj_msfn.c')
-rw-r--r--src/3rdparty/proj/pj_msfn.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/3rdparty/proj/pj_msfn.c b/src/3rdparty/proj/pj_msfn.c
deleted file mode 100644
index 5b49f416..00000000
--- a/src/3rdparty/proj/pj_msfn.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* determine constant small m */
-#include <math.h>
-#include <projects.h>
- double
-pj_msfn(double sinphi, double cosphi, double es) {
- return (cosphi / sqrt (1. - es * sinphi * sinphi));
-}