IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2004, 9:43:59 AM (22 years ago)
Author:
desonia
Message:

fixed bug in psVectorComplex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFFT.c

    r1350 r1366  
    55*  @author Robert DeSonia, MHPCC
    66*
    7 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2004-07-30 04:18:01 $
     7*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2004-08-02 19:43:59 $
    99*
    1010*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    622622       
    623623    type = real->type.type;
    624     if ( real->n >= imag->n ) {
     624    if ( real->n < imag->n ) {
    625625            numElements = real->n;
    626626        } else {
Note: See TracChangeset for help on using the changeset viewer.