source: issm/oecreview/Archive/22819-23185/ISSM-22932-22933.diff

Last change on this file was 23186, checked in by Mathieu Morlighem, 7 years ago

CHG: added Archive/22819-23185

File size: 668 bytes
  • ../trunk-jpl/src/m/coordsystems/gmtmaskparallel.m

     
    1414
    1515        %For each segment, write all vertices file:
    1616        for i=1:length(nnv)-1,
    17                 dlmwrite(['./all_vertices' num2str(i) '.txt'],[long(nnv(i):nnv(i+1)-1) lat(nnv(i):nnv(i+1)-1) (nnv(i):nnv(i+1)-1)'],'delimiter','\t');
     17        dlmwrite(['./all_vertices' num2str(i) '.txt'],[long(nnv(i):nnv(i+1)-1) lat(nnv(i):nnv(i+1)-1) (nnv(i):nnv(i+1)-1)'],'delimiter','\t','precision',7);
    1818        end
    1919
    2020        if ismac,
Note: See TracBrowser for help on using the repository browser.