aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/tutorial.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-09 09:41:15 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-09 09:41:15 +0000
commit1af61c6ff078e6f9f9cd1298374811cfc73d4488 (patch)
tree5121727066ffa461b6575acd9689cc87af150ba6 /doc/tutorial.cpp
parent3b727ef939f5888a8931b231edcf31c00de8bf69 (diff)
reorganize header files, split MatrixBase into smaller files.
expose only a few meta-headers to the user, the rest moves to a internal/ subdirectory
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 967f0a544..3b4489522 100644
--- a/doc/tutorial.cpp
+++ b/doc/tutorial.cpp
@@ -1,4 +1,4 @@
-#include"../src/All.h"
+#include "../src/All"
using namespace std;
using namespace Eigen;