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/opihi/dvo/cmpload.c

    r27435 r34088  
    66int cmpload (int argc, char **argv) {
    77 
    8   int i, Noverlay, NOVERLAY, Nstar, N, Nin, Nextra, Objtype, type;
     8  int i, Noverlay, NOVERLAY, Nstar, N, Nextra, Objtype, type;
    99  int doneread, done, Nskip, Nbytes, nbytes, Ninstar;
    1010  char *c, *c2, *name;
     
    6363 
    6464  /* load in stars by blocks of 1000 */
    65   Nin = 0;
    6665  ALLOCATE (buffer, char, (BLOCK*BYTES_STAR) + 1);
    6766  buffer[BLOCK*BYTES_STAR] = 0;
Note: See TracChangeset for help on using the changeset viewer.