diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-09-09 09:41:15 +0000 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-09-09 09:41:15 +0000 |
commit | 1af61c6ff078e6f9f9cd1298374811cfc73d4488 (patch) | |
tree | 5121727066ffa461b6575acd9689cc87af150ba6 /doc | |
parent | 3b727ef939f5888a8931b231edcf31c00de8bf69 (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')
-rw-r--r-- | doc/tutorial.cpp | 2 |
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; |