Changeset 27369


Ignore:
Timestamp:
11/09/22 15:13:05 (2 years ago)
Author:
jdquinn
Message:

CHG: Cleanup

File:
1 edited

Legend:

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

    r27201 r27369  
    3636
    3737        %figure out which vertices are on the ocean, which one on the continent:
    38         [status,result] = system(['gmt select ./' filename_all ' -h0 -Df -R0/360/-90/90  -A0 -JQ180/200 -Nk/s/s/k/s > ./' filename_oce]);
     38        [status,result] = system(['gmt select ./' filename_all ' -h0 -Df -R0/360/-90/90 -A0 -JQ180/200 -Nk/s/s/k/s > ./' filename_oce]);
    3939        if status~=0,
    4040                error(result);
Note: See TracChangeset for help on using the changeset viewer.