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/fitsed.c

    r28241 r34088  
    2626  off_t i, j, k, m;
    2727  int N, done, Nfit;
    28   int Nsecfilt, status;
     28  int status;
    2929  void *oldsignal;
    3030  char name[64], line[1024], key[20];
     
    4141  KapaSection magSection, resSection;
    4242
    43   Catalog catalog, outcat;
     43  Catalog catalog;
    4444  SkyList *skylist;
    4545  SkyRegionSelection *selection;
     
    5757  catalog.secfilt = NULL;
    5858
    59   outcat.average = NULL;
    60   outcat.measure = NULL;
    61   outcat.secfilt = NULL;
     59  // outcat.average = NULL;
     60  // outcat.measure = NULL;
     61  // outcat.secfilt = NULL;
    6262
    6363  SEDtable = NULL;
     
    8080  /* load photcode information */
    8181  if (!InitPhotcodes ()) goto escape;
    82   Nsecfilt = GetPhotcodeNsecfilt ();
    8382
    8483  /* interpret command-line options */
Note: See TracChangeset for help on using the changeset viewer.