Changeset 22259 for issm/trunk-jpl/src/m/plot/googlemaps.m
- Timestamp:
- 11/15/17 08:43:16 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/googlemaps.m
r21991 r22259 22 22 options=pairoptions(varargin{:}); 23 23 end 24 end 25 26 %Check that no temp.* exists 27 if exist('temp.tiff','file'), 28 error('File temp.tiff already exists, remove first'); 29 end 30 if exist('temp.png','file'), 31 error('File temp.png already exists, remove first'); 24 32 end 25 33
Note:
See TracChangeset
for help on using the changeset viewer.