Changeset 18634
- Timestamp:
- Jul 20, 2008, 1:08:22 PM (18 years ago)
- Location:
- branches/eam_branch_20080719/psModules/src/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/psModules/src/objects/pmPeaks.c
r17396 r18634 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $9 * @date $Date: 2008-0 4-08 18:35:38$8 * @version $Revision: 1.20.16.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-07-20 23:08:22 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 143 143 tmp->assigned = false; 144 144 tmp->type = type; 145 tmp->footprint = NULL; 145 146 146 147 psMemSetDeallocator(tmp, (psFreeFunc) peakFree); -
branches/eam_branch_20080719/psModules/src/objects/pmPeaks.h
r17396 r18634 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $13 * @date $Date: 2008-0 4-08 18:35:38$12 * @version $Revision: 1.11.16.1 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2008-07-20 23:08:22 $ 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 15 */ … … 60 60 bool assigned; ///< is peak assigned to a source? 61 61 pmPeakType type; ///< Description of peak. 62 struct pmFootprint *footprint; ///< reference to containing footprint 62 63 } 63 64 pmPeak;
Note:
See TracChangeset
for help on using the changeset viewer.
