! . */
| 7457 | |
| 7458 | /*! . */ |
| 7459 | GMT_LOCAL void gmtinit_free_GMT_ctrl (struct GMT_CTRL *GMT) { /* Deallocate control structure */ |
| 7460 | if (!GMT) return; /* Never was allocated */ |
| 7461 | gmt_M_str_free (GMT); |
| 7462 | } |
| 7463 | |
| 7464 | GMT_LOCAL void gmtinit_init_zproject (struct GMT_CTRL *GMT) { |
| 7465 | /* Initialize the 3D parameters to a plain 2-D view */ |
no outgoing calls
no test coverage detected