Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c9672 bool test_pole[2] = {true, true}, separate_intervals = false; in gmt_map_setup() local
9707 …urrent.proj.central_meridian, -90.0)) GMT->current.proj.pole_in_map[0] = separate_intervals = true; in gmt_map_setup()
9708 …urrent.proj.central_meridian, +90.0)) GMT->current.proj.pole_in_map[1] = separate_intervals = true; in gmt_map_setup()
9709 …if (separate_intervals && (GMT->common.R.wesn[YHI] - GMT->common.R.wesn[YLO]) / (GMT->common.R.wes… in gmt_map_setup()
9710separate_intervals = false; /* E.g, for a whole global hemisphere we keep them the same, else we a… in gmt_map_setup()
9714 …if (double_auto[i] && !separate_intervals) GMT->current.map.frame.axis[GMT_X].item[i].interval = G… in gmt_map_setup()