Index: trunk/psModules/src/imcombine/pmSubtraction.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtraction.h	(revision 14739)
+++ trunk/psModules/src/imcombine/pmSubtraction.h	(revision 14801)
@@ -6,6 +6,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-09-05 00:15:28 $
+ * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-09-10 20:10:05 $
  *
  * Copyright 2004-207 Institute for Astronomy, University of Hawaii
@@ -47,5 +47,5 @@
 
 /// Calculate the least-squares equation to match the image quality
-bool pmSubtractionCalculateEquation(psArray *stamps, ///< The stamps for which to calculate the equation,
+bool pmSubtractionCalculateEquation(pmSubtractionStampList *stamps, ///< Stamps
                                     const pmSubtractionKernels *kernels, ///< Kernel parameters
                                     int footprint ///< Half-size of region over which to calculate equation
@@ -54,9 +54,9 @@
 /// Solve the least-squares equation to match the image quality
 psVector *pmSubtractionSolveEquation(psVector *solution, ///< Solution vector, or NULL
-                                     const psArray *stamps ///< Array of stamps
+                                     const pmSubtractionStampList *stamps ///< Stamps
                                      );
 
 /// Reject stamps
-int pmSubtractionRejectStamps(psArray *stamps, ///< Array of stamps to check for rejection
+int pmSubtractionRejectStamps(pmSubtractionStampList *stamps, ///< Stamps
                               psImage *subMask, ///< Subtraction mask
                               const psVector *solution, ///< Solution vector
