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

The SORT operator in gmtmath only worked on one column #158

Merged
merged 1 commit into from
Oct 29, 2018
Merged

Conversation

PaulWessel
Copy link
Member

The whole point of the SORT operator was to let the user sort the entire table based on the sorting result of the specified column. To implement this required me to add a special check in gmtmath since it normally operates on one column at the time.

The whole point was to sort the entire table based on the sorting result of the specified column.  This required a special check in gmtmath since it normally operates on one column at the time.
@PaulWessel PaulWessel requested a review from a team October 29, 2018 02:39
@joa-quim joa-quim merged commit 8c30e1e into master Oct 29, 2018
@joa-quim joa-quim deleted the sortbug branch October 29, 2018 16:48
obaney pushed a commit to obaney/gmt that referenced this pull request Aug 18, 2021
There was some redundancy in the existing methods so unify them under a
single method. It decomposes the constant values (with or without
modifiers, e.g. `"GMT_IS_DATASET|GMT_VIA_MATRIX"`), validates them, and
converts them to their integer representation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants