IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 11:36:09 AM (19 years ago)
Author:
jhoblitt
Message:

use 'bool' instead of psBool where-ever possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fft/psImageFFT.c

    r10999 r11668  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-01-09 22:38:52 $
     7 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-02-06 21:36:09 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030#define PS_FFTW_PLAN_RIGOR FFTW_ESTIMATE
    3131
    32 static psBool p_fftwWisdomImported = false;
     32static bool p_fftwWisdomImported = false;
    3333
    3434psImage* psImageFFT(psImage* out, const psImage* image, psFFTFlags direction)
Note: See TracChangeset for help on using the changeset viewer.