IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 9:16:49 PM (20 years ago)
Author:
magnier
Message:

removed variables named "class", added typedef to pmPSFtryMaskValues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/objects/pmObjects.c

    r6377 r6380  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.5.4.6 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-02-08 06:10:29 $
     8 *  @version $Revision: 1.5.4.7 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-02-08 07:16:49 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525                    psS32 y,
    2626                    psF32 counts,
    27                     pmPeakType class)
     27                    pmPeakType type)
    2828{
    2929    psTrace(__func__, 3, "---- %s() begin ----\n", __func__);
     
    3232    tmp->y = y;
    3333    tmp->counts = counts;
    34     tmp->class = class;
     34    tmp->type = type;
    3535
    3636    psTrace(__func__, 3, "---- %s() end ----\n", __func__);
     
    12061206        pmSource *tmpSrc = (pmSource *) sources->data[i];
    12071207
    1208         tmpSrc->peak->class = 0;
     1208        tmpSrc->peak->type = 0;
    12091209
    12101210        psF32 sigX = tmpSrc->moments->Sx;
Note: See TracChangeset for help on using the changeset viewer.