Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare -i -o for common modifiers #7880

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Prepare -i -o for common modifiers #7880

merged 1 commit into from
Oct 7, 2023

Conversation

PaulWessel
Copy link
Member

In order to have -i and -o behave similarly, I first wanted to standardise those two common structures, since -o does not have the same variables as -i (yet). I isolated such variables in a GMT_COL_IO substructure that both GMT->common.o and GMT->common.o now use. This PR simply replaces all the GMT->common.i.* references with GMT-> common.i.col.* and the same for GMT-> common.o.

No changes to functionality yet; just want to get these numerous changes into master before I try to expand what -o can do so that those changes are not buried in all the ones in this PR. Test are unchanged.

In order to have -i and -o behave similarly, I first wanted to standardize those to common structures, since -o does not have the same variables as -i.  Isolated such variables in a GMT_COL_IO substructure that both common.o and common.o now use.  This PR simply replaces all the common.i.* with common.i.col.* and same for common.o.  No changes to functionality yet; just wanted to get these numerous changes into master before I try to expand what -o can do.  Test are unchanged.
@PaulWessel PaulWessel added the maintenance Boring but important stuff for the core devs label Oct 7, 2023
@PaulWessel PaulWessel added this to the 6.5.0 milestone Oct 7, 2023
@PaulWessel PaulWessel self-assigned this Oct 7, 2023
@PaulWessel
Copy link
Member Author

Not sure if @joa-quim is wrapping gmt_common.h which has changed.

Copy link
Member

@joa-quim joa-quim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A blind aproval since I’m in a spiritual retreat.
image

@PaulWessel PaulWessel merged commit 3de3326 into master Oct 7, 2023
6 checks passed
@PaulWessel PaulWessel deleted the prep-i-o-changes branch October 7, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants