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
RevLine 
[23186]1Index: ../trunk-jpl/src/m/coordsystems/gmtmaskparallel.m
2===================================================================
3--- ../trunk-jpl/src/m/coordsystems/gmtmaskparallel.m (revision 22932)
4+++ ../trunk-jpl/src/m/coordsystems/gmtmaskparallel.m (revision 22933)
5@@ -14,7 +14,7 @@
6
7 %For each segment, write all vertices file:
8 for i=1:length(nnv)-1,
9- 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');
10+ 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);
11 end
12
13 if ismac,
Note: See TracBrowser for help on using the repository browser.