Index: /branches/eam_rel9_p0/psModules/src/objects/pmObjects.c
===================================================================
--- /branches/eam_rel9_p0/psModules/src/objects/pmObjects.c	(revision 6379)
+++ /branches/eam_rel9_p0/psModules/src/objects/pmObjects.c	(revision 6380)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.5.4.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-08 06:10:29 $
+ *  @version $Revision: 1.5.4.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-08 07:16:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
                     psS32 y,
                     psF32 counts,
-                    pmPeakType class)
+                    pmPeakType type)
 {
     psTrace(__func__, 3, "---- %s() begin ----\n", __func__);
@@ -32,5 +32,5 @@
     tmp->y = y;
     tmp->counts = counts;
-    tmp->class = class;
+    tmp->type = type;
 
     psTrace(__func__, 3, "---- %s() end ----\n", __func__);
@@ -1206,5 +1206,5 @@
         pmSource *tmpSrc = (pmSource *) sources->data[i];
 
-        tmpSrc->peak->class = 0;
+        tmpSrc->peak->type = 0;
 
         psF32 sigX = tmpSrc->moments->Sx;
Index: /branches/eam_rel9_p0/psModules/src/objects/pmObjects.h
===================================================================
--- /branches/eam_rel9_p0/psModules/src/objects/pmObjects.h	(revision 6379)
+++ /branches/eam_rel9_p0/psModules/src/objects/pmObjects.h	(revision 6380)
@@ -10,6 +10,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.4.4.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-22 21:12:20 $
+ *  @version $Revision: 1.4.4.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-08 07:16:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -74,5 +74,5 @@
     int y;                              ///< Y-coordinate of peak pixel.
     float counts;                       ///< Value of peak pixel (above sky?).
-    pmPeakType class;                   ///< Description of peak.
+    pmPeakType type;                   ///< Description of peak.
 }
 pmPeak;
@@ -219,5 +219,5 @@
     int y,    ///< Col-coordinate in image space
     float counts,   ///< The value of the peak pixel
-    pmPeakType class   ///< The type of peak pixel
+    pmPeakType type   ///< The type of peak pixel
 );
 
Index: /branches/eam_rel9_p0/psModules/src/objects/pmPSFtry.h
===================================================================
--- /branches/eam_rel9_p0/psModules/src/objects/pmPSFtry.h	(revision 6379)
+++ /branches/eam_rel9_p0/psModules/src/objects/pmPSFtry.h	(revision 6380)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.2.4.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-15 18:23:13 $
+ *  @version $Revision: 1.2.4.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-08 07:16:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -63,5 +63,5 @@
  * 
  */
-enum {
+typedef enum {
     PSFTRY_MASK_CLEAR    = 0x00,        ///< Add comment.
     PSFTRY_MASK_OUTLIER  = 0x01,        ///< 1: outlier in psf polynomial fit (provided by psPolynomials)
