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/tutorial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial.cpp') diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index 63ed3e5a5..b0627083d 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp @@ -1,4 +1,4 @@ -#include +#include USING_PART_OF_NAMESPACE_EIGEN -- cgit v1.2.3