Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgreenspline.c1548 unsigned int dimension = 0, normalize = 0, n_cols, n_layers = 1, w_col, L_Max = 0; in GMT_greenspline() local
2134 L_Max = greenspline_get_max_L (GMT, par[0], par[1]); in GMT_greenspline()
2135 …MT_Report (API, GMT_MSG_DEBUG, "New scheme p = %g, err = %g, L_Max = %u\n", par[0], par[1], L_Max); in GMT_greenspline()
2136 greenspline_series_prepare (GMT, par[0], L_Max, Lz, Lg); in GMT_greenspline()