Changeset 20005


Ignore:
Timestamp:
01/27/16 15:22:26 (9 years ago)
Author:
Eric.Larour
Message:

CHG: some verbosing of gmtmask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/coordsystems/gmtmask.m

    r19981 r20005  
    66%
    77
     8        disp(sprintf('gmtmask: num vertices %i',length(lat)));
     9       
    810        %Check lat and long size is not more than 50,000; If so, recursively call gmtmask:
    911        if length(lat)>50000,
     
    5153       
    5254        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.