Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gmt_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -9854,7 +9854,7 @@ struct GMT_DATASEGMENT * gmt_get_smallcircle (struct GMT_CTRL *GMT, double plon,
S->data[GMT_X][n - 1] = S->data[GMT_X][0]; /* Make really sure the polygon is closed */
S->data[GMT_Y][n - 1] = S->data[GMT_Y][0];
S->n_rows = n;
gmt_set_seg_polar (GMT, S); /* Prepare if a polar cap */
gmt_set_seg_minmax (GMT, GMT_IS_POLY, 2, S);
return (S); /* Pass out the results */
}

Expand Down