IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2010, 10:27:33 AM (16 years ago)
Author:
eugene
Message:

updates from dev branch Ohana.20100407: improvements to kapa label and tick control, creation of setphot program

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/addstar/src/find_matches_closest_refstars.c

    r27582 r27790  
    159159    /** in replace mode, search for entry and replace values M, dM, R, D */
    160160    // 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    }
    162165
    163166    /* make sure there is space for next entry */
Note: See TracChangeset for help on using the changeset viewer.