Changeset 23334


Ignore:
Timestamp:
09/24/18 13:19:10 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed typo

File:
1 edited

Legend:

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

    r23332 r23334  
    131131                        catch me,
    132132                                count = count+1;
    133                                 disp('Failed, trying again... (' num2str(countmax-count) ' more attempts)');
     133                                disp(['Failed, trying again... (' num2str(countmax-count) ' more attempts)']);
    134134                                pause(.3);
    135135                                if count>countmax,
Note: See TracChangeset for help on using the changeset viewer.