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_SGAUSS.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 slope and outer tidal radius
    1010   1 / (1 + z^N + kz^4)
    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
     
    2323/***
    2424    XXXX the model in this file needs to be tested more carefully.
    25     the code for guessing the power-law slope based on the radial profile 
     25    the code for guessing the power-law slope based on the radial profile
    2626    is either too slow or does not work well.
    2727    fix up the code to follow conventions in the other model function files.
     
    234234}
    235235
    236 bool PM_MODEL_FROM_PSF  (pmModel *modelPSF, pmModel *modelFLT, pmPSF *psf)
     236bool PM_MODEL_FROM_PSF  (pmModel *modelPSF, pmModel *modelFLT, const pmPSF *psf)
    237237{
    238238
Note: See TracChangeset for help on using the changeset viewer.