IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

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

    r344 r396  
    7171 */
    7272psFFT *
    73 psFFTCrossCorrelate(psFFT *out          ///< Output FFT (or NULL)
     73psFFTCrossCorrelate(psFFT *out,         ///< Output FFT (or NULL)
    7474                    const psFFT *fft1, const psFFT *fft2 ///< FFTs to use in cross-correlation
    7575                    );
Note: See TracChangeset for help on using the changeset viewer.