- Timestamp:
- Aug 28, 2012, 2:11:59 PM (14 years ago)
- Location:
- trunk/Ohana/src/addstar/src
- Files:
-
- 3 edited
-
find_matches.c (modified) (1 diff)
-
find_matches_closest.c (modified) (3 diffs)
-
find_matches_closest_refstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/find_matches.c
r34260 r34361 313 313 if (stars[i].found > -1) { 314 314 stars[i].found = -2; 315 } else {316 stars[i].found = -3;317 315 } 318 316 } -
trunk/Ohana/src/addstar/src/find_matches_closest.c
r34260 r34361 130 130 j++; 131 131 continue; 132 } 133 134 if (stars[N1[i]].found != -1) { 135 /* this star has already been assigned to an object in this or another catalog */ 136 i++; 137 continue; 132 138 } 133 139 … … 249 255 } 250 256 251 if (stars[i].found >= 0) continue;257 if (stars[i].found != -1) continue; 252 258 if (!IN_REGION (stars[i].average.R, stars[i].average.D)) continue; 253 259 … … 315 321 if (stars[i].found > -1) { 316 322 stars[i].found = -2; 317 } else {318 stars[i].found = -3;319 323 } 320 324 } -
trunk/Ohana/src/addstar/src/find_matches_closest_refstars.c
r34260 r34361 320 320 if (stars[i][0].found > -1) { 321 321 stars[i][0].found = -2; 322 } else {323 stars[i][0].found = -3;324 322 } 325 323 }
Note:
See TracChangeset
for help on using the changeset viewer.
