Changeset 20005
- Timestamp:
- 01/27/16 15:22:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/coordsystems/gmtmask.m
r19981 r20005 6 6 % 7 7 8 disp(sprintf('gmtmask: num vertices %i',length(lat))); 9 8 10 %Check lat and long size is not more than 50,000; If so, recursively call gmtmask: 9 11 if length(lat)>50000, … … 51 53 52 54 system('rm -rf ./all_vertices.txt ./oce_vertices.txt ./gmt.history'); 55 disp(sprintf('gmtmask: done'));
Note:
See TracChangeset
for help on using the changeset viewer.