Index: /trunk/psModules/src/pmImageSubtract.c
===================================================================
--- /trunk/psModules/src/pmImageSubtract.c	(revision 5005)
+++ /trunk/psModules/src/pmImageSubtract.c	(revision 5006)
@@ -7,6 +7,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-11 22:25:39 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-12 22:33:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -949,5 +949,5 @@
                     if (stamp->status == PM_STAMP_RECALC) {
                         psVector *stampVector = stamp->vector;
-                        printf("COOL: stamp %d vector:\n", s);
+                        printf("STAMP: stamp %d vector:\n", s);
                         PS_VECTOR_PRINT_F64(stampVector);
                     }
Index: /trunk/psModules/src/pmObjects.c
===================================================================
--- /trunk/psModules/src/pmObjects.c	(revision 5005)
+++ /trunk/psModules/src/pmObjects.c	(revision 5006)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-11 22:25:39 $
+ *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-12 22:33:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1625,5 +1625,5 @@
             //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
         }
-        //printf("HERE the intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept);
+        //printf("The intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept);
         xVec->data.F32[row+xVec->n] = ((psF32) source->pixels->col0) + rightIntercept;
 
