- Timestamp:
- Feb 19, 2009, 7:59:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/Ohana/src/opihi/dvo/pmeasure.c
r20936 r21536 192 192 /* project stars to screen display coords */ 193 193 for (i = 0; (i < catalog.Naverage) && !interrupt; i++) { 194 if (IDclip && (catalog.average[i]. code!= IDchoice)) continue;194 if (IDclip && (catalog.average[i].flags != IDchoice)) continue; 195 195 catalog.average[i].R = ohana_normalize_angle (catalog.average[i].R); 196 196 while (catalog.average[i].R < Rmin) catalog.average[i].R += 360.0;
Note:
See TracChangeset
for help on using the changeset viewer.
