Changeset 23334
- Timestamp:
- 09/24/18 13:19:10 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/googlemaps.m
r23332 r23334 131 131 catch me, 132 132 count = count+1; 133 disp( 'Failed, trying again... (' num2str(countmax-count) ' more attempts)');133 disp(['Failed, trying again... (' num2str(countmax-count) ' more attempts)']); 134 134 pause(.3); 135 135 if count>countmax,
Note:
See TracChangeset
for help on using the changeset viewer.