IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2004, 7:51:02 AM (22 years ago)
Author:
rhl
Message:

Fixed typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psFFT.h

    r671 r704  
    4242psImage *
    4343psImageComplex(psImage *out,            ///< Image for output (or NULL)
    44                const psImage *real)     ///< real part of image
     44               const psImage *real,     ///< real part of image
    4545               const psImage *imag)     ///< imaginary part of image
    4646;
     
    7979psVector *
    8080psVectorComplex(psVector *out,          ///< Vector for output (or NULL)
    81                const psVector *real)    ///< real part of vector
     81               const psVector *real,    ///< real part of vector
    8282               const psVector *imag)    ///< imaginary part of vector
    8383;
Note: See TracChangeset for help on using the changeset viewer.