You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct GMT_MAP_PANEL *save_panel = ms->panel; /* In case it was set and we wipe it below with gmt_M_memset */
14282
14291
14283
-
/* SYNTAX is -Td|m[g|j|n|x]<refpoint>[+w<width>][+f|F[<kind>]][+i<pen>][+j<justify>][+l<w,e,s,n>][+m[<dec>[/<dlabel>]]][+o<dx>[/<dy>]][+p<pen>][+t<ints>]
14292
+
/* SYNTAX is -Td|m[g|j|n|x][<refpoint>][+w<width>][+f|F[<kind>]][+i<pen>][+j<justify>][+l<w,e,s,n>][+m[<dec>[/<dlabel>]]][+o<dx>[/<dy>]][+p<pen>][+t<ints>]
14284
14293
* 1) +f: fancy direction rose, <kind> = 1,2,3 which is the level of directions [1]. Use +F to flip W/E/S/N so readable from south
14285
14294
* 2) Tm: magnetic rose. Optionally, append +d<dec>[/<dlabel>], where <dec> is magnetic declination and dlabel its label [no declination info].
14286
14295
* If -Tm, optionally set annotation interval with +t
14287
14296
*/
14288
14297
14289
14298
if (!text || text[0] == '\0') {
14290
-
GMT_Report (GMT->parent, GMT_MSG_ERROR, "Option -%c: No argument given\n", option);
14299
+
GMT_Report (GMT->parent, GMT_MSG_ERROR, "Option -%c: No argument given\n", option);
14291
14300
return GMT_PARSE_ERROR;
14292
14301
}
14293
14302
gmt_M_memset (ms, 1, struct GMT_MAP_ROSE);
14294
14303
ms->panel = save_panel; /* In case it is not NULL */
0 commit comments