Changeset 27790 for trunk/Ohana/src/addstar
- Timestamp:
- Apr 28, 2010, 10:27:33 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/src/find_matches_closest_refstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/Ohana.20100407 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/addstar/src/find_matches_closest_refstars.c
r27582 r27790 159 159 /** in replace mode, search for entry and replace values M, dM, R, D */ 160 160 // XXX this fails for unsorted catalogs, right? 161 if (options.replace && replace_match (&catalog[0].average[n], catalog[0].measure, stars[N])) continue; 161 if (options.replace && replace_match (&catalog[0].average[n], catalog[0].measure, stars[N])) { 162 i++; 163 continue; 164 } 162 165 163 166 /* make sure there is space for next entry */
Note:
See TracChangeset
for help on using the changeset viewer.
