Index: /trunk/psLib/src/mathtypes/psImage.c
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.c	(revision 6330)
+++ /trunk/psLib/src/mathtypes/psImage.c	(revision 6331)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.94 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-28 01:12:14 $
+ *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-06 22:19:28 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -650,19 +650,4 @@
     }
     write(fd,"\n",1);
-    return (true);
-}
-
-// XXXX: Remove this
-bool p_psImagePrintOLD (int fd, psImage *a, char *name)
-{
-    printf("matrix: %s\n", name);
-    for (int j = 0; j < a[0].numRows; j++) {
-        for (int i = 0; i < a[0].numCols; i++) {
-            printf("%f  ", p_psImageGetElementF64(a, i, j));
-        }
-        printf("\n");
-    }
-    printf("\n");
-    fflush(stdout);
     return (true);
 }
Index: /trunk/psLib/src/mathtypes/psScalar.c
===================================================================
--- /trunk/psLib/src/mathtypes/psScalar.c	(revision 6330)
+++ /trunk/psLib/src/mathtypes/psScalar.c	(revision 6331)
@@ -8,6 +8,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-28 01:12:14 $
+ *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-06 22:20:05 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -86,4 +86,5 @@
 
 
+
 bool psMemCheckScalar(psPtr ptr)
 {
