- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/opihi/cmd.astro/region.c
r14590 r27840 3 3 int region (int argc, char **argv) { 4 4 5 char string[256];6 5 double Ra, Dec, Radius; 7 6 float dx, dy; 8 int N, kapa ;7 int N, kapa, NoClear; 9 8 char *name; 10 9 Graphdata graphmode; … … 46 45 remove_argument (N, &argc, argv); 47 46 graphmode.flipnorth = FALSE; 47 } 48 49 NoClear = FALSE; 50 if ((N = get_argument (argc, argv, "-no-clear"))) { 51 remove_argument (N, &argc, argv); 52 NoClear = TRUE; 48 53 } 49 54 … … 122 127 graphmode.coords.cdelt1 = graphmode.coords.cdelt2 = 1.0; 123 128 124 KapaClearSections (kapa);129 if (!NoClear) KapaClearSections (kapa); 125 130 KapaSetLimits (kapa, &graphmode); 126 131 127 132 /* drop this? */ 128 sprintf (string, "%8.4f %8.4f (%f)", Ra, Dec, Radius);129 KapaSendLabel (kapa, string, 2);133 // sprintf (string, "%8.4f %8.4f (%f)", Ra, Dec, Radius); 134 // KapaSendLabel (kapa, string, 2); 130 135 131 136 // XXX is this the right thing to be doing?
Note:
See TracChangeset
for help on using the changeset viewer.
