Index: trunk/psLib/src/fft/psVectorFFT.c
===================================================================
--- trunk/psLib/src/fft/psVectorFFT.c	(revision 823)
+++ trunk/psLib/src/fft/psVectorFFT.c	(revision 824)
@@ -5,6 +5,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-01 22:27:16 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-01 22:42:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -228,5 +228,5 @@
                  "A zero image was returned.");
         out = psImageRecycle(out,numCols,numRows,type);
-        memset(out->data.v[0],0,PSELEMTYPE_SIZEOF(type)*numCols*numRows);
+        memset(out->data.V[0],0,PSELEMTYPE_SIZEOF(type)*numCols*numRows);
         return out;
     }
