IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31395


Ignore:
Timestamp:
Apr 27, 2011, 4:03:00 PM (15 years ago)
Author:
bills
Message:

fix compile error due to unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/ReadImageHeader.c

    r31391 r31395  
    66
    77  int Nastro, hour, min, Nx, Ny, haveNx, haveNy, sourceID;
    8   double tmp, sec, Cerror, ZeroPt, FWHM_X, FWHM_Y;
     8  double tmp, sec, Cerror, FWHM_X, FWHM_Y;
    99  char *c, photname[64], line[80], ccdnum[64];
    1010  PhotCode *photcodeData = NULL;
     
    210210  // sextractor will put in an arbitrary zero point that we need to understand to get back to
    211211  // instrumental mags.
     212  double ZeroPt;
    212213  gfits_scan (header, "ZERO_PT", "%lf", 1, &ZeroPt);
    213214  if (ZeroPt != GetZeroPoint()) {
Note: See TracChangeset for help on using the changeset viewer.