IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2004, 12:42:57 PM (22 years ago)
Author:
desonia
Message:

renamed data.v to data.V in psImage struct to be same as psVector.

File:
1 edited

Legend:

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

    r823 r824  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-06-01 22:27:16 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-06-01 22:42:57 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    228228                 "A zero image was returned.");
    229229        out = psImageRecycle(out,numCols,numRows,type);
    230         memset(out->data.v[0],0,PSELEMTYPE_SIZEOF(type)*numCols*numRows);
     230        memset(out->data.V[0],0,PSELEMTYPE_SIZEOF(type)*numCols*numRows);
    231231        return out;
    232232    }
Note: See TracChangeset for help on using the changeset viewer.