IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18829


Ignore:
Timestamp:
Jul 31, 2008, 2:01:17 PM (18 years ago)
Author:
eugene
Message:

add a reference to the containing footprint

Location:
trunk/psModules/src/objects
Files:
2 edited

Legend:

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

    r17396 r18829  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-04-08 18:35:38 $
     8 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-08-01 00:01:17 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    143143    tmp->assigned = false;
    144144    tmp->type = type;
     145    tmp->footprint = NULL;
    145146
    146147    psMemSetDeallocator(tmp, (psFreeFunc) peakFree);
  • trunk/psModules/src/objects/pmPeaks.h

    r17396 r18829  
    1010 * @author GLG, MHPCC
    1111 *
    12  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    13  * @date $Date: 2008-04-08 18:35:38 $
     12 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2008-08-01 00:01:17 $
    1414 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1515 */
     
    6060    bool assigned;                      ///< is peak assigned to a source?
    6161    pmPeakType type;                    ///< Description of peak.
     62    struct pmFootprint *footprint;      ///< reference to containing footprint
    6263}
    6364pmPeak;
Note: See TracChangeset for help on using the changeset viewer.