From abbe260905e96b9323cb5cf4ab9189a3292bf585 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 22 Apr 2010 18:27:13 -0400 Subject: remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support. improve porting-Eigen2-to-3 docs --- doc/examples/class_Block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/class_Block.cpp') diff --git a/doc/examples/class_Block.cpp b/doc/examples/class_Block.cpp index a8e0c85a1..c6144cef5 100644 --- a/doc/examples/class_Block.cpp +++ b/doc/examples/class_Block.cpp @@ -1,6 +1,6 @@ #include #include -USING_PART_OF_NAMESPACE_EIGEN +using namespace Eigen; using namespace std; template -- cgit v1.2.3