diff options
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 */ |
