Changeset 28848
- Timestamp:
- Aug 5, 2010, 11:25:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/addstar/src/find_matches_refstars.c
r28241 r28848 218 218 } 219 219 220 N = N1[i];220 N = i; 221 221 if (stars[N][0].found > -1) continue; 222 222 if (!IN_REGION (stars[N][0].average.R, stars[N][0].average.D)) continue; … … 286 286 287 287 for (j = 0; j < NREFSTAR_GROUP; j++) { 288 N = N1[i + j];288 N = i + j; 289 289 290 290 catalog[0].measure[Nmeas] = stars[N][0].measure;
Note:
See TracChangeset
for help on using the changeset viewer.
