Refit of already-longoptified modules to incorporate multi-directives #8046
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
This PR contains new long-option strings for 4 already-longoptified modules (blockmean, blockmode, fitcircle and gmtregress) which use the new multi-directive feature that was recently added. Please review only the newly added multi-directive long-option strings (i.e., only the green code lines) in these modules, and not the pre-existing long-option strings which have already been reviewed and approved in previous PRs.
Also, a modified gmtconvert_inc.h file is included here which basically only has some changed code indents from what was already reviewed and approved about a week ago. That earlier PR was not merged until earlier today because it also had multi-directive issues which are now resolved. I'm not sure why the code diff below is showing another old version of gmtconvert_inc.h (undoubtedly something stupid that I did), but the new code (green) is in fact correct and is essentially unchanged from what was reviewed and approved in that earlier gmtconvert PR.
This PR brings all of the already-longoptified modules up-to-date with respect to the new multi-directive stuff.
Fixes #
Reminders