aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_nell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_nell.c')
-rw-r--r--src/PJ_nell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PJ_nell.c b/src/PJ_nell.c
index 5de57cbc..ed275860 100644
--- a/src/PJ_nell.c
+++ b/src/PJ_nell.c
@@ -21,8 +21,6 @@ FORWARD(s_forward); /* spheroid */
return (xy);
}
INVERSE(s_inverse); /* spheroid */
- double th, s;
-
lp.lam = 2. * xy.x / (1. + cos(xy.y));
lp.phi = aasin(0.5 * (xy.y + sin(xy.y)));
return (lp);