! . */
| 2140 | |
| 2141 | /*! . */ |
| 2142 | GMT_LOCAL int gmtapi_init_grid (struct GMTAPI_CTRL *API, struct GMT_OPTION *opt, uint64_t dim[], double *range, double *inc, int registration, unsigned int mode, unsigned int direction, struct GMT_GRID *G) { |
| 2143 | if (direction == GMT_OUT) return (GMT_NOERROR); /* OK for creating a blank container for output */ |
| 2144 | return (gmtapi_init_grdheader (API->GMT, direction, G->header, opt, dim, range, inc, registration, mode)); |
| 2145 | } |
| 2146 | |
| 2147 | /*! . */ |
| 2148 | GMT_LOCAL int gmtapi_init_image (struct GMTAPI_CTRL *API, struct GMT_OPTION *opt, uint64_t dim[], double *range, double *inc, int registration, unsigned int mode, unsigned int direction, struct GMT_IMAGE *I) { |
no test coverage detected