IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 3:14:03 PM (20 years ago)
Author:
eugene
Message:

putting include config.h in psphot.h where it belongs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r8780 r9269  
    9696    // measure aperture photometry corrections
    9797    if (!psphotApResid (readout, sources, recipe, psf)) {
     98        psTrace ("psphotReadout", 4, "failure on psphotApResid");
    9899        psError(PSPHOT_ERR_PHOTOM, false, "Measure aperture photometry corrections");
     100        psphotReadoutCleanup (config, readout, recipe, psf, sources);
    99101        return false;
    100102    }
Note: See TracChangeset for help on using the changeset viewer.