IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psVectorFFT.h

    r3264 r4162  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-17 19:26:23 $
     9 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 23:40:45 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3636/** Forward and reverse FFT calculations.
    3737 *
    38  *  This takes as input the vector of interest (in) and the direction 
     38 *  This takes as input the vector of interest (in) and the direction
    3939 *  (direction), which is specified by an enumerated type psFftDirection.
    40  *  The input vector may be of type psF32 or psC32, the result is always 
    41  *  psC32. If the input vector is psF32, the direction must be forward. 
    42  * 
     40 *  The input vector may be of type psF32 or psC32, the result is always
     41 *  psC32. If the input vector is psF32, the direction must be forward.
     42 *
    4343 *  @return psVector* the FFT transformation result
    4444 */
     
    5050
    5151/** extract the real portion of a complex vector
    52  * 
     52 *
    5353 *  @return psVector*   real portion of the input vector.
    5454 */
     
    5959
    6060/** extract the imaginary portion of a complex vector
    61  * 
     61 *
    6262 *  @return psVector*   imaginary portion of the input vector.
    6363 */
     
    6868
    6969/** creates a complex vector from separate real and imaginary vectors
    70  * 
     70 *
    7171 *  @return psVector*   resulting complex vector
    7272 */
     
    7878
    7979/** computes the complex conjugate of a vector
    80  * 
     80 *
    8181 *  @return psVector*   the complex conjugate of the 'in' vector
    8282 */
     
    8787
    8888/** computes the power spectrum of a vector
    89  * 
     89 *
    9090 *  @return psVector*   the power spectrum of the 'in' vector
    9191 */
     
    9797/// @}
    9898
    99 #endif
     99#endif // #ifndef PS_VECTOR_FFT_H
Note: See TracChangeset for help on using the changeset viewer.