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

Function GMT_Encode_Options_

src/gmt_api.c:13736–13739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13734
13735#ifdef FORTRAN_API
13736struct GMT_RESOURCE *GMT_Encode_Options_ (const char *module, int *n_in, struct GMT_OPTION **head, unsigned int *n, int len) {
13737 /* FORTRAN version: We pass the global GMT_FORTRAN structure */
13738 return (GMT_Encode_Options (GMT_FORTRAN, module, *n_in, head, n));
13739}
13740#endif
13741
13742/* Parsing API: to present, examine GMT Common Option current settings and GMT Default settings */

Callers

nothing calls this directly

Calls 1

GMT_Encode_OptionsFunction · 0.85

Tested by

no test coverage detected