aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/FFT.cpp
diff options
context:
space:
mode:
authorGravatar Mark Borgerding <mark@borgerding.net>2009-05-19 00:26:19 -0400
committerGravatar Mark Borgerding <mark@borgerding.net>2009-05-19 00:26:19 -0400
commitbe1b2ad4ec1851aa990dc97337fc74e16edd1dd0 (patch)
tree85158871a0d03c89ff009a227e89e91fbf7750e9 /unsupported/test/FFT.cpp
parent92ca9fc032ecaa7f9595f5c5f7d9d8df6c972bbe (diff)
removed unused code
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);