IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29856


Ignore:
Timestamp:
Nov 26, 2010, 10:59:35 AM (15 years ago)
Author:
eugene
Message:

allow input dvo db to have secfilt entries not in output target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/Ohana/src/libdvo/src/dvo_photcode_ops.c

    r29182 r29856  
    557557      }
    558558    }
    559     if (entry == -1) {
    560       // entry is missing fail (no printfs in this file)
    561       free(map);
    562       return(FALSE);
    563     }
     559    // if (entry == -1) {
     560    //   // entry is missing fail (no printfs in this file)
     561    //   free(map);
     562    //   return(FALSE);
     563    // }
     564
     565    // if entry is still -1, we will skip this one (not map into the output db)
    564566    map[i] = entry;
    565567  }
Note: See TracChangeset for help on using the changeset viewer.