IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2007, 5:22:48 PM (19 years ago)
Author:
Paul Price
Message:

Adding const to pmConfig parameter, where possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePlotPSFModel.c

    r12696 r12832  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-03-30 21:12:56 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-04-14 03:22:48 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
     
    4444    // plot the PSF measured sx, sy, sxy as vector field
    4545    // pull the sources from the config / file?
    46     bool pmSourcePlotPSFModel (const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)
     46    bool pmSourcePlotPSFModel (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
    4747{
    4848
     
    225225# else
    226226
    227     bool pmSourcePlotPSFModel (const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)
     227    bool pmSourcePlotPSFModel (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
    228228{
    229229    psLogMsg ("psphot", 3, "skipping psf model plot");
Note: See TracChangeset for help on using the changeset viewer.