IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2007, 3:38:58 PM (19 years ago)
Author:
rhl
Message:

prototype was missing a const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r12805 r12872  
    9494bool            psphotSetHeaderNstars (psMetadata *recipe, psArray *sources);
    9595bool            psphotAddNoise (pmReadout *readout, psArray *sources, psMetadata *recipe, bool add);
    96 bool            psphotRadialPlot (int *kapa, char *filename, pmSource *source);
     96bool            psphotRadialPlot (int *kapa, const char *filename, pmSource *source);
    9797bool            psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe);
    9898bool            psphotMosaicSubimage (psImage *outImage, pmSource *source, int Xo, int Yo, int DX, int DY);
Note: See TracChangeset for help on using the changeset viewer.