Index: trunk/psModules/src/objects/pmPeaks.h
===================================================================
--- trunk/psModules/src/objects/pmPeaks.h	(revision 15984)
+++ trunk/psModules/src/objects/pmPeaks.h	(revision 17396)
@@ -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.11 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-04-08 18:35:38 $
  * 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;
