Changeset 7080 for trunk/Ohana/src/opihi/cmd.astro/cgrid.c
- Timestamp:
- May 5, 2006, 5:44:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/cgrid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/cgrid.c
r2598 r7080 16 16 int NorthPole, SouthPole, N, OnPic, LOnPic, status, NELEMENTS, First; 17 17 Graphdata graphmode; 18 int Ngraph; 19 20 Ngraph = 0; 21 if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE); 18 19 if (!style_args (&graphmode, &argc, argv, 0)) return FALSE; 22 20 23 21 if (argc != 1) { 24 fprintf (stderr, "USAGE: cgrid \n");22 fprintf (stderr, "USAGE: cgrid [style]\n"); 25 23 return (FALSE); 26 24 } 25 SetGraph (graphmode); 27 26 28 27 /* are we plotting one of the poles? */
Note:
See TracChangeset
for help on using the changeset viewer.
