Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gmt_defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct GMT_DEFAULTS {
size_t url_size_limit;
unsigned int refresh_time; /* Only refresh server catalog when the local copy is this old in days) */
unsigned int compatibility; /* Choose between 4 (GMT4) and up to latest version (5 for now) */
unsigned int auto_download; /* 0 (GMT_NO_DOWNLOAD) or 1 (GMT_YES_DOWNLOAD): For auto-download of known files */
enum GMT_enum_download auto_download; /* 0 (GMT_NO_DOWNLOAD) or 1 (GMT_YES_DOWNLOAD): For auto-download of known files */
unsigned int interpolant; /* Choose between 0 (Linear), 1 (Akima), or 2 (Cubic spline) */
unsigned int triangulate; /* 0 for Watson [Default], 1 for Shewchuk (if configured) */
unsigned int verbose; /* Level of verbosity 0-4 [1] */
Expand Down
Loading