From df574ae332d57f556fd56314883b3354cab1d0ff Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 19 Dec 2018 13:00:37 +0100 Subject: cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes --- src/msfn.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/msfn.cpp (limited to 'src/msfn.cpp') diff --git a/src/msfn.cpp b/src/msfn.cpp new file mode 100644 index 00000000..999e73a7 --- /dev/null +++ b/src/msfn.cpp @@ -0,0 +1,7 @@ +/* determine constant small m */ +#include +#include "projects.h" + double +pj_msfn(double sinphi, double cosphi, double es) { + return (cosphi / sqrt (1. - es * sinphi * sinphi)); +} -- cgit v1.2.3