From 86220784b6df06c13292c308a2254381d7b7630b Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 28 Dec 2007 16:20:00 +0000 Subject: part 2 of the reorganization. Benefits/changes: 1) Eigen2 co-installable with Eigen1 without conflict, without affecting programs including either. 2) #include without the .h without conflict with the Core/ directory 3) Uniformize coding style of the CMakeLists. --- 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 efd90ddbb..a6025231e 100644 --- a/doc/examples/class_Block.cpp +++ b/doc/examples/class_Block.cpp @@ -1,4 +1,4 @@ -#include +#include USING_PART_OF_NAMESPACE_EIGEN using namespace std; -- cgit v1.2.3