Index: /trunk/psLib/src/image/psImageStats.c
===================================================================
--- /trunk/psLib/src/image/psImageStats.c	(revision 2100)
+++ /trunk/psLib/src/image/psImageStats.c	(revision 2101)
@@ -1,3 +1,2 @@
-
 /** @file psImageStats.c
 *  \brief Routines for calculating statistics on images.
@@ -8,8 +7,8 @@
 *  polynomials to images.
 *
-*  @author George Gusciora, MHPCC
+*  @author GLG, MHPCC
 *
-*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-14 01:03:57 $
+*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-14 01:05:27 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -35,5 +34,4 @@
 
 /// This routine must determine the various statistics for the image.
-
 /*****************************************************************************
 XXX: verify that image/mask have the correct types, and sizes.
@@ -67,6 +65,5 @@
         return stats;
     }
-    // stuff the image data into a psVector
-    // struct.
+    // stuff the image data into a psVector struct.
     junkData = psAlloc(sizeof(psVector));
     junkData->type = in->type;
@@ -86,6 +83,5 @@
             return NULL;
         }
-        // stuff the mask data into a psVector
-        // struct.
+        // stuff the mask data into a psVector struct.
         junkMask = psAlloc(sizeof(psVector));
         junkMask->type = mask->type;
Index: /trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- /trunk/psLib/src/imageops/psImageStats.c	(revision 2100)
+++ /trunk/psLib/src/imageops/psImageStats.c	(revision 2101)
@@ -1,3 +1,2 @@
-
 /** @file psImageStats.c
 *  \brief Routines for calculating statistics on images.
@@ -8,8 +7,8 @@
 *  polynomials to images.
 *
-*  @author George Gusciora, MHPCC
+*  @author GLG, MHPCC
 *
-*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-14 01:03:57 $
+*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-14 01:05:27 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -35,5 +34,4 @@
 
 /// This routine must determine the various statistics for the image.
-
 /*****************************************************************************
 XXX: verify that image/mask have the correct types, and sizes.
@@ -67,6 +65,5 @@
         return stats;
     }
-    // stuff the image data into a psVector
-    // struct.
+    // stuff the image data into a psVector struct.
     junkData = psAlloc(sizeof(psVector));
     junkData->type = in->type;
@@ -86,6 +83,5 @@
             return NULL;
         }
-        // stuff the mask data into a psVector
-        // struct.
+        // stuff the mask data into a psVector struct.
         junkMask = psAlloc(sizeof(psVector));
         junkMask->type = mask->type;
