IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 4:51:14 PM (17 years ago)
Author:
eugene
Message:

changing pmPeaks to contain a pointer to pmFootprints, which just means re-ordering references to pmPeaks.h and pmFootprints.h

File:
1 edited

Legend:

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

    r18971 r20937  
    1010 * @author GLG, MHPCC
    1111 *
    12  * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    13  * @date $Date: 2008-08-08 19:41:56 $
     12 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2008-12-08 02:51:14 $
    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
     62    pmFootprint *footprint;     ///< reference to containing footprint
    6363}
    6464pmPeak;
Note: See TracChangeset for help on using the changeset viewer.