Ignore:
Timestamp:
11/15/17 08:43:16 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/googlemaps.m

    r21991 r22259  
    2222                options=pairoptions(varargin{:});
    2323        end
     24end
     25
     26%Check that no temp.* exists
     27if exist('temp.tiff','file'),
     28        error('File temp.tiff already exists, remove first');
     29end
     30if exist('temp.png','file'),
     31        error('File temp.png already exists, remove first');
    2432end
    2533
Note: See TracChangeset for help on using the changeset viewer.