mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
removed unused code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user