aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchUtil.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-04-22 18:27:13 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-04-22 18:27:13 -0400
commitabbe260905e96b9323cb5cf4ab9189a3292bf585 (patch)
treec7cbdc9c11813046e73df5362db3034276b6d1a6 /bench/BenchUtil.h
parentef789fe0d2bc20e5743a82c39a1232ac1a78b486 (diff)
remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.
improve porting-Eigen2-to-3 docs
Diffstat (limited to 'bench/BenchUtil.h')
-rw-r--r--bench/BenchUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/BenchUtil.h b/bench/BenchUtil.h
index a7535771e..9798fa385 100644
--- a/bench/BenchUtil.h
+++ b/bench/BenchUtil.h
@@ -6,7 +6,7 @@
#include "BenchTimer.h"
using namespace std;
-USING_PART_OF_NAMESPACE_EIGEN
+using namespace Eigen;
#include <boost/preprocessor/repetition/enum_params.hpp>
#include <boost/preprocessor/repetition.hpp>