Changeset 16152 for issm/trunk-jpl/src/c/shared/LatLong/Xy2llx.cpp
- Timestamp:
- 09/17/13 14:35:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/LatLong/Xy2llx.cpp
r15741 r16152 48 48 int i,iret=0; 49 49 double delta,slat; 50 double cde,re,ex2,ex;50 double re,ex2,ex; 51 51 double sl,rho,cm,T,chi; 52 52 … … 56 56 slat = standard_parallel; 57 57 58 /* Conversion constant from degrees to radians */59 cde = 57.29577951;60 58 /* Radius of the earth in meters */ 61 59 re = 6378.273e+3;
Note:
See TracChangeset
for help on using the changeset viewer.