MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / gmtinit_free_GMT_ctrl

Function gmtinit_free_GMT_ctrl

src/gmt_init.c:7459–7462  ·  view source on GitHub ↗

! . */

Source from the content-addressed store, hash-verified

7457
7458/*! . */
7459GMT_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
7464GMT_LOCAL void gmtinit_init_zproject (struct GMT_CTRL *GMT) {
7465 /* Initialize the 3D parameters to a plain 2-D view */

Callers 3

gmtinit_new_GMT_ctrlFunction · 0.85
gmt_endFunction · 0.85
gmt_beginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected