Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 14333)
+++ trunk/psModules/src/objects/pmSource.h	(revision 14505)
@@ -3,6 +3,6 @@
  * @author EAM, IfA; GLG, MHPCC
  *
- * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-07-20 20:12:59 $
+ * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-15 20:21:18 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -77,8 +77,8 @@
     float extMag;                       ///< calculated from flux in modelEXT
     float errMag;                       ///< error in psfMag OR extMag (depending on type)
-    float apMag;               ///< apMag corresponding to psfMag or extMag (depending on type)
-    float pixWeight;                    // model-weighted coverage of valid pixels
-    psRegion region;                    // area on image covered by selected pixels
-    float sky, skyErr;                  //?< The sky and its error at the center of the object
+    float apMag;                        ///< apMag corresponding to psfMag or extMag (depending on type)
+    float pixWeight;                    ///< model-weighted coverage of valid pixels
+    psRegion region;                    ///< area on image covered by selected pixels
+    float sky, skyErr;                  ///< The sky and its error at the center of the object
 }
 pmSource;
