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/detrend/altpath.c

    r27435 r34088  
    66  int status, found;
    77  off_t i, j, n, Nlist;
    8   off_t *list, *current;
     8  off_t *list;
    99  char *dBPath, infile[256], outfile[256], line[1024];
    1010  struct stat statbuf;
    1111
    12   ALLOCATE (current, off_t, Nimage);
    1312  ALLOCATE (list, off_t, Nimage);
    1413  Nlist = 0;
Note: See TracChangeset for help on using the changeset viewer.