Home
last modified time | relevance | path

Searched refs:gmt_M_sph_mode (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h164 #define gmt_M_sph_mode(C) (gmt_M_is_flatearth (C) ? GMT_FLATEARTH : (gmt_M_is_spherical (C) ? GMT_G… macro
H A Dsphdistance.c317 …if (gmt_init_distaz (GMT, Ctrl->L.unit, gmt_M_sph_mode (GMT), GMT_MAP_DIST) == GMT_NOT_A_VALID_TYP… in GMT_sphdistance()
H A Dsphtriangulate.c580 …if (gmt_init_distaz (GMT, Ctrl->L.unit, gmt_M_sph_mode (GMT), GMT_MAP_DIST) == GMT_NOT_A_VALID_TYP… in GMT_sphtriangulate()
H A Dgrd2xyz.c714 …if (gmt_init_distaz (GMT, Ctrl->W.unit, gmt_M_sph_mode (GMT), GMT_MAP_DIST) == GMT_NOT_A_VALID_TYP… in GMT_grd2xyz()
H A Dgrdmath.c2090 …if (gmt_M_sph_mode (GMT) == GMT_GEODESIC) GMT_Report (GMT->parent, GMT_MSG_WARNING, "DEG2KM is onl… in grdmath_DEG2KM()
3082 …if (gmt_M_sph_mode (GMT) == GMT_GEODESIC) GMT_Report (GMT->parent, GMT_MSG_WARNING, "KM2DEG is onl… in grdmath_KM2DEG()
3163 error = gmt_init_distaz (GMT, 'k', gmt_M_sph_mode (GMT), GMT_MAP_DIST); in grdmath_ASCII_read()
3412 …if (gmt_init_distaz (GMT, 'k', gmt_M_sph_mode (GMT), GMT_MAP_DIST) == GMT_NOT_A_VALID_TYPE) return… in grdmath_LDISTG()
4752 error = gmt_init_distaz (GMT, 'k', gmt_M_sph_mode (GMT), GMT_MAP_DIST); in grdmath_SDIST()
4780 error = gmt_init_distaz (GMT, 'k', gmt_M_sph_mode (GMT), GMT_MAP_DIST); in grdmath_SDIST2()
4810 if (gmt_init_distaz (GMT, 'd', gmt_M_sph_mode (GMT), GMT_MAP_DIST) == GMT_NOT_A_VALID_TYPE) return; in grdmath_AZ_sub()
H A Dgmt_support.c10160 … if (gmt_init_distaz (GMT, c, gmt_M_sph_mode (GMT), GMT_LABEL_DIST) == GMT_NOT_A_VALID_TYPE) bad++; in gmt_contlabel_specs()
10352 …if (gmt_init_distaz (GMT, c, gmt_M_sph_mode (GMT), GMT_CONT_DIST) == GMT_NOT_A_VALID_TYPE) error++; in gmt_contlabel_info()
10582 …if (gmt_init_distaz (GMT, c, gmt_M_sph_mode (GMT), GMT_CONT_DIST) == GMT_NOT_A_VALID_TYPE) error++; in gmtlib_decorate_info()