Changeset 27482


Ignore:
Timestamp:
12/27/22 23:30:27 (2 years ago)
Author:
inwoo
Message:

CHG: fix minor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/coordsystems/xy2ll.m

    r27471 r27482  
    4545        re = 6378137;         % Radius of the earth in meters
    4646        f  = 1./298.257223563;% Earth flattening
    47         ex2 = 2*f-f^2         % Eccentricity squared
     47        ex2 = 2*f-f^2;        % Eccentricity squared
    4848end
    4949
Note: See TracChangeset for help on using the changeset viewer.