diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2012-03-03 18:38:07 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2012-03-03 18:38:07 +0000 |
| commit | b75f02e24f570b6e4d113da2944ef69dc396f54f (patch) | |
| tree | 04a51231021b7d049506d87d951b943ede58c4a8 /src | |
| parent | 9e84c05067f0c1f1cb931d7dd3bd64d31ecda71d (diff) | |
| download | PROJ-b75f02e24f570b6e4d113da2944ef69dc396f54f.tar.gz PROJ-b75f02e24f570b6e4d113da2944ef69dc396f54f.zip | |
cleanup odd code construct in PJ_stere and extend stere testing a bit (#147)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2180 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
| -rw-r--r-- | src/PJ_stere.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_stere.c b/src/PJ_stere.c index 2ee63f53..52ec1df1 100644 --- a/src/PJ_stere.c +++ b/src/PJ_stere.c @@ -227,7 +227,7 @@ setup(PJ *P) { /* general initialization */ } ENTRY0(stere) P->phits = pj_param(P->ctx, P->params, "tlat_ts").i ? - P->phits = pj_param(P->ctx, P->params, "rlat_ts").f : HALFPI; + pj_param(P->ctx, P->params, "rlat_ts").f : HALFPI; ENDENTRY(setup(P)) ENTRY0(ups) /* International Ellipsoid */ |
