IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17194


Ignore:
Timestamp:
Mar 28, 2008, 3:27:29 PM (18 years ago)
Author:
eugene
Message:

only use init_measure_links if we have a full load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/find_matches_closest.c

    r16810 r17194  
    9393
    9494  /* set up pointers for linked list of measure, missing */
    95   if (catalog[0].sorted) {
     95  if (catalog[0].sorted && (catalog[0].Nmeasure == catalog[0].Nmeas_disk)) {
     96    // this version is only valid if we have done a full catalog load, and if the catalog
     97    // is sorted while processed
    9698    next_meas = init_measure_links (catalog[0].average, Nave, catalog[0].measure, Nmeas);
    9799  } else {
Note: See TracChangeset for help on using the changeset viewer.