! Changes the 4 GMT default pad values to given isotropic pad */
| 18992 | |
| 18993 | /*! Changes the 4 GMT default pad values to given isotropic pad */ |
| 18994 | void gmt_set_pad (struct GMT_CTRL *GMT, unsigned int pad) { |
| 18995 | GMT->current.io.pad[XLO] = GMT->current.io.pad[XHI] = GMT->current.io.pad[YLO] = GMT->current.io.pad[YHI] = pad; |
| 18996 | } |
| 18997 | |
| 18998 | /*! . */ |
| 18999 | struct GMT_CTRL *gmt_begin (struct GMTAPI_CTRL *API, const char *session, unsigned int pad) { |
no outgoing calls
no test coverage detected