IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2007, 2:58:11 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/models/pmModel_WAUSS.c

    r9775 r15834  
    66 * may thus vary depending on the specifics of the model.  All models which are used a PSF
    77 * representations share a few parameters, for which # define names are listed in pmModel.h:
    8  
     8
    99   power-law with fitted linear term
    1010   1 / (1 + Az + Bz^2 + z^3/6)
    11  
     11
    1212   * PM_PAR_SKY 0   - local sky : note that this is unused and may be dropped in the future
    1313   * PM_PAR_I0 1    - central intensity
     
    150150}
    151151
    152 bool PS_MODEL_FROM_PSF  (psModel *modelPSF, psModel *modelFLT, pmPSF *psf)
     152bool PS_MODEL_FROM_PSF  (psModel *modelPSF, psModel *modelFLT, const pmPSF *psf)
    153153{
    154154
Note: See TracChangeset for help on using the changeset viewer.