IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/cadc.c

    r27435 r34088  
    184184off_t GetREFCCD (RegImage *image, off_t *index, off_t *entry, off_t Nindex, off_t start) {
    185185 
    186   off_t i, N, NMATCH;
    187   off_t *match;
    188 
    189   /* create output index */
    190   N = 0;
    191   NMATCH = 1000;
    192   ALLOCATE (match, off_t, NMATCH);
     186  off_t i;
    193187
    194188  /* find unique sequences */
Note: See TracChangeset for help on using the changeset viewer.