Changeset 22493 for issm/trunk-jpl/src/m/coordsystems/xy2ll.m
- Timestamp:
- 03/02/18 10:21:09 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/coordsystems/xy2ll.m
r22339 r22493 72 72 [res1,res2] = find(rho(:) <= 0.1); 73 73 if res1 74 lat(res1) = 90. * sgn;74 lat(res1) = pi/2. * sgn; 75 75 lon(res1) = 0.0; 76 76 end
Note:
See TracChangeset
for help on using the changeset viewer.