IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 11:17:45 AM (21 years ago)
Author:
desonia
Message:

fixed minor bugs (Bug #307, etc.)

File:
1 edited

Legend:

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

    r4128 r4193  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-06-07 02:29:44 $
     7 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-09 21:17:45 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    409409        psF32 real;
    410410        psF32 imag;
    411         psF32 numElementsSquared = numCols * numCols * numRows * numRows;
     411        psF32 fNumCols = numCols;
     412        psF32 fNumRows = numRows;
     413        psF32 numElementsSquared = fNumCols * fNumCols * fNumRows * fNumRows;
    412414
    413415        out = psImageRecycle(out, numCols, numRows, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.