aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/FFT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/FFT.cpp')
-rw-r--r--unsupported/test/FFT.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/unsupported/test/FFT.cpp b/unsupported/test/FFT.cpp
index b13a7810f..8347bb76b 100644
--- a/unsupported/test/FFT.cpp
+++ b/unsupported/test/FFT.cpp
@@ -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);