Changeset 16152 for issm/trunk-jpl/src/c/shared/LatLong/Ll2xyx.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/Ll2xyx.cpp
r15741 r16152 46 46 int i,iret=0; 47 47 double delta,slat; 48 double cde,re,ex2,ex;48 double re,ex2,ex; 49 49 double latitude,longitude; 50 50 double T,rho,sl,tc,mc; … … 55 55 slat = standard_parallel; 56 56 57 /* Conversion constant from degrees to radians */58 cde = 57.29577951;59 57 /* Radius of the earth in meters */ 60 58 re = 6378.273*1.e3;
Note:
See TracChangeset
for help on using the changeset viewer.