Index: trunk/psLib/src/fft/psImageFFT.c
===================================================================
--- trunk/psLib/src/fft/psImageFFT.c	(revision 17355)
+++ trunk/psLib/src/fft/psImageFFT.c	(revision 17362)
@@ -6,6 +6,6 @@
 /// @author Robert DeSonia, MHPCC
 ///
-/// @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2008-04-04 22:44:56 $
+/// @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2008-04-07 18:13:47 $
 ///
 /// Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -317,5 +317,5 @@
     memset(dataPtr, 0, (paddedRows - numRows) * paddedCols * PSELEMTYPE_SIZEOF(PS_TYPE_F32));
 
-#if 0
+#if 1
     {
         // Use this for inspecting the result of copying the image
@@ -379,5 +379,5 @@
     }
 
-#if 0
+#if 1
     {
         // Use this for inspecting the result of copying the kernel
@@ -410,5 +410,5 @@
     // Note that the FFT images have different size from the input
     fftwf_complex *fft = fftwf_malloc(2 * (paddedCols/2 + 1) * paddedRows * sizeof(fftwf_complex)); // FFT
-    int size[] = { paddedCols, paddedRows }; // Size of transforms
+    int size[] = { paddedRows, paddedCols }; // Size of transforms
     int fftCols = paddedCols/2 + 1, fftRows = paddedRows; // Size of FFT images
     int fftPixels = fftCols * fftRows;  // Number of pixels in FFT image
