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

WIP Implement use of PS command shfill into grdview (and maybe elsewhere) #7681

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/grdview.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ GMT_LOCAL void grdview_set_loop_order (struct GMT_CTRL *GMT, struct GMT_GRID *Z,
* (i.e., north of it) and compute their projected coordinates, then calculate the angle from center to north.
* We use this orientation of the grid to determine which way we loop (rows then columns or columns then rows)
* and which direction.
* The start and stop items work like this: start is the lower-left row,col values of the first tile,
* The start and stop items work like this: start are the lower-left row,col values of the first tile,
* while stop is 1 beyond the last valid index - we loop as long as current index is NOT equal to stop.
*/
unsigned int col, row, oct, one = 1;
Expand Down