IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2007, 3:24:38 PM (18 years ago)
Author:
Paul Price
Message:

Adding const in some appropriate places.

File:
1 edited

Legend:

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

    r15562 r15843  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-11-10 01:09:20 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-12-15 01:22:11 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3434construct a realization of the PSF model at the object coordinates
    3535 *****************************************************************************/
    36 pmModel *pmModelFromPSF (pmModel *modelEXT, pmPSF *psf)
     36pmModel *pmModelFromPSF (pmModel *modelEXT, const pmPSF *psf)
    3737{
    3838    PS_ASSERT_PTR_NON_NULL(psf, NULL);
     
    5656// instantiate a model for the PSF at this location with peak flux
    5757// NOTE: psf and (Xo,Yo) are defined wrt chip coordinates
    58 pmModel *pmModelFromPSFforXY (pmPSF *psf, float Xo, float Yo, float Io)
     58pmModel *pmModelFromPSFforXY (const pmPSF *psf, float Xo, float Yo, float Io)
    5959{
    6060    PS_ASSERT_PTR_NON_NULL(psf, NULL);
Note: See TracChangeset for help on using the changeset viewer.