Changeset 26398
- Timestamp:
- 08/16/21 17:37:02 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/coordsystems/ll2xy.py
r26358 r26398 57 57 cnt1 = np.nonzero(latitude >= np.pi / 2.)[0] 58 58 59 if cnt1:59 if len(cnt1)>0: 60 60 x[cnt1, 0] = 0.0 61 61 y[cnt1, 0] = 0.0
Note:
See TracChangeset
for help on using the changeset viewer.