removed unused code

This commit is contained in:
Mark Borgerding 2009-05-19 00:26:19 -04:00
parent 92ca9fc032
commit be1b2ad4ec

View File

@ -25,10 +25,6 @@
#include "main.h"
#include <unsupported/Eigen/FFT.h>
//#include <iostream>
//#include <cstdlib>
//#include <typeinfo>
using namespace std;
template <class T>
@ -36,8 +32,6 @@ void test_fft(int nfft)
{
typedef typename Eigen::FFT<T>::Complex Complex;
//cout << "type:" << typeid(T).name() << " nfft:" << nfft;
FFT<T> fft;
vector<Complex> inbuf(nfft);