IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20085


Ignore:
Timestamp:
Oct 12, 2008, 4:05:47 PM (18 years ago)
Author:
eugene
Message:

fix compile bugs

Location:
trunk/psphot/src
Files:
2 edited

Legend:

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

    r20070 r20085  
    5252}
    5353
    54 pmDetections *detections = psphotLoadPSFSources (pmConfig *config, const pmFPAview *view) {
     54pmDetections *psphotLoadPSFSources (pmConfig *config, const pmFPAview *view) {
    5555
    5656    // find the currently selected readout
     
    8787    }
    8888
    89     psLogMsg ("psphot", 3, "%ld PSF sources loaded", detections->peaks->nn);
     89    psLogMsg ("psphot", 3, "%ld PSF sources loaded", detections->peaks->n);
    9090
    9191    return detections;
  • trunk/psphot/src/psphotReadoutFindPSF.c

    r20070 r20085  
    5151    }
    5252
    53     psf = psphotChoosePSF (readout, sources, recipe);
     53    pmPSF *psf = psphotChoosePSF (readout, sources, recipe);
    5454    if (psf == NULL) {
    5555      psLogMsg ("psphot", 3, "failure to construct a psf model");
Note: See TracChangeset for help on using the changeset viewer.