IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1624


Ignore:
Timestamp:
Aug 25, 2004, 10:51:57 AM (22 years ago)
Author:
desonia
Message:

renamed psFFT.[ch] to psVectorFFT.[ch]

Location:
trunk/psLib/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile

    r1338 r1624  
    1111           psMatrix.o \
    1212           psMatrixVectorArithmetic.o \
    13            psFFT.o \
     13           psVectorFFT.o \
    1414           psMinimize.o \
    1515 
  • trunk/psLib/src/dataManip/psFFT.c

    r1613 r1624  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-08-25 00:04:01 $
     7 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-08-25 20:51:57 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <fftw3.h>
    1818
    19 #include "psFFT.h"
     19#include "psVectorFFT.h"
    2020#include "psError.h"
    2121#include "psMemory.h"
  • trunk/psLib/src/dataManip/psVectorFFT.c

    r1613 r1624  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-08-25 00:04:01 $
     7 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-08-25 20:51:57 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <fftw3.h>
    1818
    19 #include "psFFT.h"
     19#include "psVectorFFT.h"
    2020#include "psError.h"
    2121#include "psMemory.h"
  • trunk/psLib/src/fft/psVectorFFT.c

    r1613 r1624  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-08-25 00:04:01 $
     7 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-08-25 20:51:57 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <fftw3.h>
    1818
    19 #include "psFFT.h"
     19#include "psVectorFFT.h"
    2020#include "psError.h"
    2121#include "psMemory.h"
  • trunk/psLib/src/pslib.h

    r1441 r1624  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-08-09 23:40:54 $
     11*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-08-25 20:51:57 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    127127/// @defgroup Transform Fourier Transform Operations
    128128/// @ingroup DataManip
    129 #include "psFFT.h"
     129#include "psVectorFFT.h"
    130130
    131131#include "psFunctions.h"
Note: See TracChangeset for help on using the changeset viewer.