diff options
Diffstat (limited to 'src/PJ_mod_ster.c')
| -rw-r--r-- | src/PJ_mod_ster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_mod_ster.c b/src/PJ_mod_ster.c index d979b41e..bcf2bf9c 100644 --- a/src/PJ_mod_ster.c +++ b/src/PJ_mod_ster.c @@ -46,7 +46,7 @@ static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ struct pj_opaque *Q = P->opaque; int nn; COMPLEX p, fxy, fpxy, dp; - double den, rh, z, sinz, cosz, chi, phi, dphi, esphi; + double den, rh = 0.0, z, sinz = 0.0, cosz = 0.0, chi, phi = 0.0, dphi, esphi; p.r = xy.x; p.i = xy.y; |
