Index: trunk/psModules/src/objects/pmPSFtry.h
===================================================================
--- trunk/psModules/src/objects/pmPSFtry.h	(revision 14472)
+++ trunk/psModules/src/objects/pmPSFtry.h	(revision 14505)
@@ -6,6 +6,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-06-20 02:22:26 $
+ * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-15 20:21:18 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -107,6 +107,5 @@
  */
 bool pmPSFtryMetric_Alt(
-    pmPSFtry *try
-    ,                      ///< Add comment.
+    pmPSFtry *try,                      ///< Add comment.
     float RADIUS                        ///< Add comment.
 );
Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 14472)
+++ 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;
