Index: trunk/archive/pslib/include/psFFT.h
===================================================================
--- trunk/archive/pslib/include/psFFT.h	(revision 825)
+++ trunk/archive/pslib/include/psFFT.h	(revision 1585)
@@ -34,10 +34,4 @@
 ;
 
-/** Calculate power spectrum of a vector of floating-point numbers */
-psVector *
-psVectorPowerSpectrum(psVector *out,	///< Vector for output (or NULL)
-		      const psVector *vector) ///< Vector to obtain power spectrum of
-;
-
 /** Get the real part of a vector */
 psVector *
@@ -65,4 +59,10 @@
 ;
 
+/** Calculate power spectrum of a vector of floating-point numbers */
+psVector *
+psVectorPowerSpectrum(psVector *out,	///< Vector for output (or NULL)
+		      const psVector *vector) ///< Vector to obtain power spectrum of
+;
+
 /**** Image FFT & Complex functions ****/
 
@@ -72,10 +72,4 @@
 	   const psImage *image,	///< image to transform (if forward, may be real)
 	   psFFTFlags dir)		///< FFT direction
-;
-
-/** Calculate power spectrum of an image */
-psImage *
-psImagePowerSpectrum(psImage *out,	///< Image for output (or NULL)
-		     const psImage *image) ///< Image to obtain power spectrum of
 ;
 
@@ -106,4 +100,10 @@
 
 
+/** Calculate power spectrum of an image */
+psImage *
+psImagePowerSpectrum(psImage *out,	///< Image for output (or NULL)
+		     const psImage *image) ///< Image to obtain power spectrum of
+;
+
 /* \} */ // End of MathGroup Functions
 
