Skip to content

Commit

Permalink
Add longoptions support for gmtsimplify. (#8063)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Wessel <[email protected]>
  • Loading branch information
rbdavis and PaulWessel authored Nov 30, 2023
1 parent 5bd2cd3 commit 785c497
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/longopt/gmtsimplify_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
short_directives, long_directives,
short_modifiers, long_modifiers,
transproc_mask */
{ 0, 'T', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'T', "tolerance", "", "", "", "", GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
};
#endif /* !GMTSIMPLIFY_INC_H */

0 comments on commit 785c497

Please sign in to comment.