aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/tutorial.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-28 16:20:00 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-28 16:20:00 +0000
commit86220784b6df06c13292c308a2254381d7b7630b (patch)
treec8322bb8d6f1fda1235825ae8b474494f5dedce1 /doc/tutorial.cpp
parentdfdad129a3c6d5437eb001f5fe6d37de3fc07238 (diff)
part 2 of the reorganization. Benefits/changes:
1) Eigen2 co-installable with Eigen1 without conflict, without affecting programs including either. 2) #include<Eigen/Core> without the .h without conflict with the Core/ directory 3) Uniformize coding style of the CMakeLists.
Diffstat (limited to 'doc/tutorial.cpp')
-rw-r--r--doc/tutorial.cpp2
1 files changed, 1 insertions, 1 deletions
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 <Eigen/Core.h>
+#include <Eigen/Core>
USING_PART_OF_NAMESPACE_EIGEN