Changeset 34398 for branches/eam_branches/ipp-20120805/Ohana
- Timestamp:
- Sep 5, 2012, 3:56:32 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120805/Ohana
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
src/addstar/src/find_matches.c (modified) (1 diff)
-
src/addstar/src/find_matches_closest.c (modified) (3 diffs)
-
src/addstar/src/find_matches_closest_refstars.c (modified) (1 diff)
-
src/opihi/cmd.astro (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/Ohana
- Property svn:mergeinfo changed
/trunk/Ohana merged: 34342,34345,34361
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120805/Ohana/src/addstar/src/find_matches.c
r34260 r34398 313 313 if (stars[i].found > -1) { 314 314 stars[i].found = -2; 315 } else {316 stars[i].found = -3;317 315 } 318 316 } -
branches/eam_branches/ipp-20120805/Ohana/src/addstar/src/find_matches_closest.c
r34260 r34398 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 } -
branches/eam_branches/ipp-20120805/Ohana/src/addstar/src/find_matches_closest_refstars.c
r34260 r34398 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 } -
branches/eam_branches/ipp-20120805/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed
/trunk/Ohana/src/opihi/cmd.astro merged: 34342,34345
- Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
