mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
removed unused code
This commit is contained in:
parent
92ca9fc032
commit
be1b2ad4ec
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user