Index: trunk/psModules/src/objects/pmFootprintArrayGrow.c
===================================================================
--- trunk/psModules/src/objects/pmFootprintArrayGrow.c	(revision 18867)
+++ trunk/psModules/src/objects/pmFootprintArrayGrow.c	(revision 18898)
@@ -3,6 +3,6 @@
  * @author RHL, Princeton & IfA; EAM, IfA
  *
- * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-08-02 01:29:09 $
+ * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-08-05 01:36:17 $
  * Copyright 2006 Institute for Astronomy, University of Hawaii
  */
@@ -43,5 +43,5 @@
 #if 1
     // Use a separable convolution: should be faster
-    idImage = (psImage*)psBinaryOp(idImage, idImage, "MAX", psScalarAlloc(1, PS_TYPE_S32));
+    idImage = (psImage*)psBinaryOp(idImage, idImage, "MIN", psScalarAlloc(1, PS_TYPE_S32));
     psImage *maskImage = psImageCopy(NULL, idImage, PS_TYPE_MASK);
     psImage *grownIdImage = psImageConvolveMask(NULL, maskImage, 0xff, 0xff, -1, 1, -1, 1);
