IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2007, 11:53:28 AM (19 years ago)
Author:
Paul Price
Message:

Adding const to view.

File:
1 edited

Legend:

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

    r13225 r13411  
    22
    33// load an externally supplied psf model
    4 pmPSF *psphotLoadPSF (pmConfig *config, pmFPAview *view, psMetadata *recipe) {
     4pmPSF *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe) {
    55
    66    // find the currently selected readout
     
    1111    pmPSF *psf = psMetadataLookupPtr (NULL, readout->analysis, "PSPHOT.PSF");
    1212    if (psf == NULL) {
    13         psLogMsg ("psphot", 3, "no psf supplied for this readout");
    14         return NULL;
     13        psLogMsg ("psphot", 3, "no psf supplied for this readout");
     14        return NULL;
    1515    }
    1616
Note: See TracChangeset for help on using the changeset viewer.