diff options
Diffstat (limited to 'src/pj_msfn.c')
| -rw-r--r-- | src/pj_msfn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_msfn.c b/src/pj_msfn.c index 5b49f416..999e73a7 100644 --- a/src/pj_msfn.c +++ b/src/pj_msfn.c @@ -1,6 +1,6 @@ /* determine constant small m */ #include <math.h> -#include <projects.h> +#include "projects.h" double pj_msfn(double sinphi, double cosphi, double es) { return (cosphi / sqrt (1. - es * sinphi * sinphi)); |
