Home
last modified time | relevance | path

Searched refs:gmt_round_wesn (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h54 EXTERN_MSC void gmt_round_wesn (double wesn[], bool geo);
H A Dgmt_init.c14078 void gmt_round_wesn (double wesn[], bool geo) { /* Use data range to round to nearest reasonable mu… in gmt_round_wesn() function
14160 …if (!exact) gmt_round_wesn (wesn, HH->grdtype > 0); /* Use grid w/e/s/n to round to nearest reason… in gmtinit_get_region_from_data()
14272 …if (!exact) gmt_round_wesn (wesn, geo); /* Use data range to round to nearest reasonable multiples… in gmtinit_get_region_from_data()
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dpscoupe.c1211gmt_round_wesn (GMT->common.R.wesn, false); /* Use data range to round to nearest reasonable multi… in GMT_pscoupe()