From c0156ce5294e246cb05b72385ab90c3b73bef789 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 25 Jun 2013 07:54:36 +0000 Subject: fix variable declaration order to be C (and msvc) legal git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2362 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/PJ_healpix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/PJ_healpix.c b/src/PJ_healpix.c index 3e343a99..359c9995 100644 --- a/src/PJ_healpix.c +++ b/src/PJ_healpix.c @@ -579,9 +579,9 @@ static XY combine_caps(double x, double y, double R, int npole, int spole, int i } } FORWARD(e_healpix_forward); /* ellipsoidal */ - (void) xy; //int r1[][2] = R1; double bet = auth_lat(lp.phi, P->e, 0); + (void) xy; lp.phi = bet; P->a = P->ra; return healpix_sphere(lp,P); -- cgit v1.2.3