Index: /branches/eam_branch_20080324/psModules/src/objects/pmPeaks.c
===================================================================
--- /branches/eam_branch_20080324/psModules/src/objects/pmPeaks.c	(revision 17331)
+++ /branches/eam_branch_20080324/psModules/src/objects/pmPeaks.c	(revision 17332)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-01-02 20:38:28 $
+ *  @version $Revision: 1.19.6.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-04-06 20:09:21 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -141,5 +141,5 @@
     tmp->xf = x;
     tmp->yf = y;
-
+    tmp->assigned = false;
     tmp->type = type;
 
Index: /branches/eam_branch_20080324/psModules/src/objects/pmPeaks.h
===================================================================
--- /branches/eam_branch_20080324/psModules/src/objects/pmPeaks.h	(revision 17331)
+++ /branches/eam_branch_20080324/psModules/src/objects/pmPeaks.h	(revision 17332)
@@ -10,6 +10,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-01-02 20:42:46 $
+ * @version $Revision: 1.10.6.1 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-04-06 20:09:21 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -58,5 +58,6 @@
     float flux;                         ///< level in unsmoothed sci image
     float SN;                           ///< S/N implied by detection level
-    pmPeakType type;   ///< Description of peak.
+    bool assigned;                      ///< is peak assigned to a source?
+    pmPeakType type;			///< Description of peak.
 }
 pmPeak;
