Index: trunk/psLib/src/mathtypes/psImage.c
===================================================================
--- trunk/psLib/src/mathtypes/psImage.c	(revision 12498)
+++ trunk/psLib/src/mathtypes/psImage.c	(revision 12499)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.125 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-14 00:39:50 $
+ *  @version $Revision: 1.126 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-20 00:13:55 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -752,8 +752,8 @@
     int lastX = input->numCols - 1; \
     int lastY = input->numRows - 1; \
-    ps##TYPE V00; \
-    ps##TYPE V01; \
-    ps##TYPE V10; \
-    ps##TYPE V11; \
+    ps##TYPE V00 = 0; \
+    ps##TYPE V01 = 0; \
+    ps##TYPE V10 = 0; \
+    ps##TYPE V11 = 0; \
     bool valid00; \
     bool valid01; \
