| 13734 | |
| 13735 | #ifdef FORTRAN_API |
| 13736 | struct 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 */ |
nothing calls this directly
no test coverage detected