Changeset 27368


Ignore:
Timestamp:
11/09/22 14:50:52 (2 years ago)
Author:
jdquinn
Message:

BUG: Whitespace between path and filename

File:
1 edited

Legend:

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

    r27201 r27368  
    4545
    4646    #figure out which vertices are on the ocean, which one on the continent:
    47     subprocess.call('gmt select ./ all_vertices.txt -h0 -Df -R0/360/-90/90 -A0 -JQ180/200 -Nk/s/s/k/s > ./oce_vertices.txt', shell=True)
     47    subprocess.call('gmt select ./all_vertices.txt -h0 -Df -R0/360/-90/90 -A0 -JQ180/200 -Nk/s/s/k/s > ./oce_vertices.txt', shell=True)
    4848
    4949    #read the con_vertices.txt file and flag our mesh vertices on the continent
Note: See TracChangeset for help on using the changeset viewer.