Index: /trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- /trunk/psLib/src/imageops/psImageStats.c	(revision 6305)
+++ /trunk/psLib/src/imageops/psImageStats.c	(revision 6306)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-26 00:31:19 $
+ *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-02 21:11:13 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -112,5 +112,5 @@
     psFree(junkMask);
     psFree(junkData);
-    return (stats);
+    return(stats);
 }
 
Index: /trunk/psLib/src/pslib_strict.h
===================================================================
--- /trunk/psLib/src/pslib_strict.h	(revision 6305)
+++ /trunk/psLib/src/pslib_strict.h	(revision 6306)
@@ -9,6 +9,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-01-23 23:52:15 $
+*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-02-02 21:11:13 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -83,4 +83,5 @@
 #include "psStats.h"
 #include "psUnaryOp.h"
+#include "psMathUtils.h"
 /// @}
 
Index: /trunk/psLib/test/math/tst_psMathUtils.c
===================================================================
--- /trunk/psLib/test/math/tst_psMathUtils.c	(revision 6305)
+++ /trunk/psLib/test/math/tst_psMathUtils.c	(revision 6306)
@@ -213,4 +213,2 @@
     printFooter(stdout, "psMinimize functions: 1D Polynomial Fitting Functions", "", testStatus);
 }
-
-//This code will
