IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix compile bugs

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.