Ignore:
Timestamp:
02/18/19 14:14:08 (6 years ago)
Author:
kruegern
Message:

BUG: fixed various minor bugs preventing ADOLC and SE from building properly

File:
1 edited

Legend:

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

    r23716 r23737  
    3838        #First, write our lat,long file for gmt:
    3939        nv=lenlat
    40         np.savetxt('./all_vertices.txt',np.transpose([int, lat, np.arange(1,nv+1)]),delimiter='\t',fmt='%.10f')
     40        #print(np.transpose([int, lat, np.arange(1,nv+1)]))
     41        np.savetxt('./all_vertices.txt',np.transpose([long, lat, np.arange(1,nv+1)]),delimiter='\t',fmt='%.10f')
    4142
    4243        #Avoid bypassing of the ld library path by Matlab (:()
Note: See TracChangeset for help on using the changeset viewer.