Rev | Line | |
---|
[23186] | 1 | Index: ../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.