Index: /branches/eam_branch_20080719/psModules/src/objects/pmPeaks.c
===================================================================
--- /branches/eam_branch_20080719/psModules/src/objects/pmPeaks.c	(revision 18633)
+++ /branches/eam_branch_20080719/psModules/src/objects/pmPeaks.c	(revision 18634)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-04-08 18:35:38 $
+ *  @version $Revision: 1.20.16.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-07-20 23:08:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -143,4 +143,5 @@
     tmp->assigned = false;
     tmp->type = type;
+    tmp->footprint = NULL;
 
     psMemSetDeallocator(tmp, (psFreeFunc) peakFree);
Index: /branches/eam_branch_20080719/psModules/src/objects/pmPeaks.h
===================================================================
--- /branches/eam_branch_20080719/psModules/src/objects/pmPeaks.h	(revision 18633)
+++ /branches/eam_branch_20080719/psModules/src/objects/pmPeaks.h	(revision 18634)
@@ -10,6 +10,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-04-08 18:35:38 $
+ * @version $Revision: 1.11.16.1 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-07-20 23:08:22 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -60,4 +60,5 @@
     bool assigned;                      ///< is peak assigned to a source?
     pmPeakType type;			///< Description of peak.
+    struct pmFootprint *footprint;	///< reference to containing footprint
 }
 pmPeak;
