Skip to content

Commit 394e48a

Browse files
authored
When polar -G is given it sets -C true (#4868)
Copy/paste error probably, and I think polar is a very under-used module so not noticed.
1 parent 6fc87c2 commit 394e48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seis/pspolar.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ static int parse (struct GMT_CTRL *GMT, struct PSPOLAR_CTRL *Ctrl, struct GMT_OP
309309
}
310310
break;
311311
case 'G': /* Set color for station in compressive part */
312-
Ctrl->C.active = true;
312+
Ctrl->G.active = true;
313313
if (gmt_getfill (GMT, opt->arg, &Ctrl->G.fill)) {
314314
gmt_fill_syntax (GMT, 'G', NULL, " ");
315315
n_errors++;

0 commit comments

Comments
 (0)