Skip to content

Commit 9e4cbfa

Browse files
seismanPaulWessel
authored andcommitted
Update dimfilter in header files by running gmt_make_module_src.sh (#515)
1 parent 026c455 commit 9e4cbfa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/gmt_core_module.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static struct Gmt_moduleinfo g_core_module[] = {
5050
{"blockmedian", "core", "Block average (x,y,z) data tables by L1 norm (spatial median)", "<D{,>D},GG),A->"},
5151
{"blockmode", "core", "Block average (x,y,z) data tables by mode estimation", "<D{,>D},GG),A->"},
5252
{"clear", "core", "Delete current history, conf, cpt, or the cache, data or sessions directories", ""},
53+
{"dimfilter", "core", "Directional filtering of grids in the space domain", "<G{,GG},>DQ"},
5354
{"docs", "core", "Show the HTML documentation of the specified module", ""},
5455
{"end", "core", "Terminate GMT modern mode session and produce optional graphics", ""},
5556
{"figure", "core", "Set attributes for the current modern mode session figure", ""},
@@ -147,6 +148,7 @@ static struct Gmt_moduleinfo g_core_module[] = {
147148
{"blockmedian", "core", "Block average (x,y,z) data tables by L1 norm (spatial median)", "<D{,>D},GG),A->", &GMT_blockmedian},
148149
{"blockmode", "core", "Block average (x,y,z) data tables by mode estimation", "<D{,>D},GG),A->", &GMT_blockmode},
149150
{"clear", "core", "Delete current history, conf, cpt, or the cache, data or sessions directories", "", &GMT_clear},
151+
{"dimfilter", "core", "Directional filtering of grids in the space domain", "<G{,GG},>DQ", &GMT_dimfilter},
150152
{"docs", "core", "Show the HTML documentation of the specified module", "", &GMT_docs},
151153
{"end", "core", "Terminate GMT modern mode session and produce optional graphics", "", &GMT_end},
152154
{"figure", "core", "Set attributes for the current modern mode session figure", "", &GMT_figure},

src/gmt_core_module.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ EXTERN_MSC int GMT_blockmean (void *API, int mode, void *args);
2828
EXTERN_MSC int GMT_blockmedian (void *API, int mode, void *args);
2929
EXTERN_MSC int GMT_blockmode (void *API, int mode, void *args);
3030
EXTERN_MSC int GMT_clear (void *API, int mode, void *args);
31+
EXTERN_MSC int GMT_dimfilter (void *API, int mode, void *args);
3132
EXTERN_MSC int GMT_docs (void *API, int mode, void *args);
3233
EXTERN_MSC int GMT_end (void *API, int mode, void *args);
3334
EXTERN_MSC int GMT_figure (void *API, int mode, void *args);

src/gmt_supplements_module.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ EXTERN_MSC int GMT_mgd77manage (void *API, int mode, void *args);
3939
EXTERN_MSC int GMT_mgd77path (void *API, int mode, void *args);
4040
EXTERN_MSC int GMT_mgd77sniffer (void *API, int mode, void *args);
4141
EXTERN_MSC int GMT_mgd77track (void *API, int mode, void *args);
42-
EXTERN_MSC int GMT_dimfilter (void *API, int mode, void *args);
4342
EXTERN_MSC int GMT_earthtide (void *API, int mode, void *args);
4443
EXTERN_MSC int GMT_gmtflexure (void *API, int mode, void *args);
4544
EXTERN_MSC int GMT_gmtgravmag3d (void *API, int mode, void *args);

0 commit comments

Comments
 (0)