Skip to content

Commit

Permalink
Add longoptions support for sphtriangulate. (#8362)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdavis authored Feb 15, 2024
1 parent 13f1c27 commit 7fbdb44
Showing 1 changed file with 8 additions and 30 deletions.
38 changes: 8 additions & 30 deletions src/longopt/sphtriangulate_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,16 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
short_directives, long_directives,
short_modifiers, long_modifiers,
transproc_mask */
{ 0, 'A', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'C', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'D', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'G', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'L', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'N', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'Q', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'T', "",
"", "",
{ 0, 'A', "area", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'C', "save_mem|single_form", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'D', "skipdup", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'L', "unit", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'N', "nodes", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'Q', "output",
"d,v", "delaunay,voronoi",
"", "",
GMT_TP_STANDARD },
{ 0, 'T', "arcs", "", "", "", "", GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
};
#endif /* !SPHTRIANGULATE_INC_H */

0 comments on commit 7fbdb44

Please sign in to comment.