Changeset 19823 for trunk/Ohana/src/opihi/cmd.astro/cplot.c
- Timestamp:
- Oct 2, 2008, 8:08:31 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/cplot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/cplot.c
r14066 r19823 41 41 Npts = 0; 42 42 for (i = 0; i < Xvec.Nelements; i++, r++, d++) { 43 *r = ohana_normalize_angle (*r); 43 44 while (*r < Rmin) *r += 360.0; 44 45 while (*r > Rmax) *r -= 360.0;
Note:
See TracChangeset
for help on using the changeset viewer.
