diff options
Diffstat (limited to 'src/PJ_comill.c')
| -rw-r--r-- | src/PJ_comill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_comill.c b/src/PJ_comill.c index 6bccb264..97b659da 100644 --- a/src/PJ_comill.c +++ b/src/PJ_comill.c @@ -18,7 +18,7 @@ PROJ_HEAD(comill, "Compact Miller") "\n\tCyl., Sph."; #define C2 (3 * K2) #define C3 (5 * K3) #define EPS 1e-11 -#define MAX_Y (0.6000207669862655 * PI) +#define MAX_Y (0.6000207669862655 * M_PI) static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */ |
