Skip to content

Commit da7ef40

Browse files
authored
Fix the delrows() function and add settimecol!() (#1702)
* Rename delrows! to delrows * New delrows tests * Rewrite delrows function and add 'settimecol()' * Okada functions
1 parent 1453445 commit da7ef40

5 files changed

Lines changed: 591 additions & 16 deletions

File tree

src/GMT.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export
138138
getregion, gd2gmt, gmt2gd, gdalread, gdalshade, gdalwrite, gadm, xyzw2cube, coastlinesproj, graticules, orbits, orbits!,
139139
plotgrid!, worldrectangular, worldrectgrid,
140140

141-
earthregions, gridit, grid2tri, magic, rescale, stackgrids, delrows!, setgrdminmax!, meshgrid, cart2pol, pol2cart,
141+
earthregions, gridit, grid2tri, magic, rescale, stackgrids, delrows, setgrdminmax!, meshgrid, cart2pol, pol2cart,
142142
cart2sph, sph2cart,
143143

144144
arcellipse, arccircle, getband, getdriver, getlayer, getproj, getgeom, getgeotransform, gdaldrivers, toPROJ4, toWKT,
@@ -324,6 +324,7 @@ include("utils_project.jl")
324324
include("choropleth_utils.jl")
325325
include("webmapserver.jl")
326326
include("extras/seismicity.jl")
327+
include("extras/okada.jl")
327328
include("extras/weather.jl")
328329
include("seis/psmeca.jl")
329330
include("seis/gmtisf.jl")

0 commit comments

Comments
 (0)