Changeset 34088 for trunk/Ohana/src/opihi/cmd.astro/cline.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/Ohana/src/opihi/cmd.astro (added) merged: 33985,34049,34073
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.astro/cline.c
r30971 r34088 23 23 graphmode.etype = 0; 24 24 25 // need to plot to edge of picture.. 25 26 status = fRD_to_XY (&x[0], &y[0], r[0], d[0], &graphmode.coords); 27 if (!status) { 28 return FALSE; 29 } 26 30 status = fRD_to_XY (&x[1], &y[1], r[1], d[1], &graphmode.coords); 31 if (!status) { 32 return FALSE; 33 } 27 34 28 35 if (!KapaPrepPlot (kapa, 2, &graphmode)) return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
