Changeset 27482
- Timestamp:
- 12/27/22 23:30:27 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/coordsystems/xy2ll.m
r27471 r27482 45 45 re = 6378137; % Radius of the earth in meters 46 46 f = 1./298.257223563;% Earth flattening 47 ex2 = 2*f-f^2 47 ex2 = 2*f-f^2; % Eccentricity squared 48 48 end 49 49
Note:
See TracChangeset
for help on using the changeset viewer.