Changeset 28017 for branches/czw_branch/20100427/Ohana/src/addstar
- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Ohana merged eligible /trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/czw_branch/20100427/Ohana/src/addstar/src/find_matches_closest_refstars.c
r27582 r28017 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.
