Home
last modified time | relevance | path

Searched refs:GMT_COMMENT_IS_COLNAMES (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_resources.h176 GMT_COMMENT_IS_COLNAMES = 128U, /* Comment replaces header->colnames [tables only] */ enumerator
H A Dblockmean.c547 …if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, NULL)) Return (API->err… in GMT_blockmean()
H A Dgrdfft.c460 …if (GMT_Set_Comment (GMT->parent, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, D)) return (GMT… in grdfft_do_spectrum()
H A Dgrdvolume.c717 if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, NULL)) { in GMT_grdvolume()
H A Dgreenspline.c2309 if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, "index\teigenvalue", E)) { in GMT_greenspline()
2444 if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, E)) { in GMT_greenspline()
2678 if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, E)) { in GMT_greenspline()
H A Dgmtconnect.c669 …if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, buffer, LNK)) Return (API->erro… in GMT_gmtconnect()
H A Dpsrose.c1048 if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, format, V)) { in GMT_psrose()
H A Dgmtmath.c390 …if (GMT_Set_Comment (GMT->parent, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, D)) return (GMT… in gmtmath_solve_LS_system()
423 …if (GMT_Set_Comment (GMT->parent, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, D)) return (GMT… in gmtmath_solve_LS_system()
H A Dgmt_api.c2462 …if (mode & GMT_COMMENT_IS_COLNAMES) { gmt_M_str_free (C->h.colnames); C->h.colnames = strdup (txt)… in gmtapi_add_comment()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Drotsmoother.c412 if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, NULL)) { in GMT_rotsmoother()
/dports/graphics/gmt/gmt-6.3.0/src/geodesy/
H A Dgpsgridder.c1356 if (GMT_Set_Comment (API, GMT_IS_DATASET, GMT_COMMENT_IS_COLNAMES, header, E)) { in GMT_gpsgridder()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst2328 | GMT_COMMENT_IS_COLNAMES | Comment is the column names header |