Skip to content

Commit

Permalink
Reset of grdbarb to strip longoptions. (git cleanup) (#8213)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdavis authored Dec 18, 2023
1 parent 7bd51f9 commit d477d1b
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/longopt/grdbarb_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,15 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
short_directives, long_directives,
short_modifiers, long_modifiers,
transproc_mask */
{ 0, 'A', "speed_theta", "", "", "", "", GMT_TP_STANDARD },
GMT_C_CPT_KW,
{ 0, 'G', "fill", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'I', "increment|inc",
"x", "xmult",
"", "",
GMT_TP_STANDARD },
{ 0, 'N', "noclip", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'Q', "barbs",
"", "",
"a,g,p,j,s,w", "angle,fill,pen,justify,longspeed,width",
GMT_TP_STANDARD },
{ 0, 'T', "adjust_azimuths", "", "", "", "", GMT_TP_STANDARD },
GMT_W_PEN_KW,
{ 0, 'Z', "theta_azimuths", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'A', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'C', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'G', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'I', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'N', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'Q', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'T', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'W', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'Z', "", "", "", "", "", GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
};
#endif /* !GRDBARB_INC_H */

0 comments on commit d477d1b

Please sign in to comment.