commit | a52c74095ffd4b898a05d1ec93e410eaa639d6a2 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Thu Dec 20 21:25:13 2007 +0000 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Thu Dec 20 21:25:13 2007 +0000 |
tree | c10396f20635eb2abfb14285820e7e9ebe02ffb1 | |
parent | 647a817b2e352ae8f3599ba393d344f83d3b416e [diff] [blame] |
rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h> in the examples instead of ugly things like #include"../../src/Core.h"
diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index 8348cab..e98e1c0 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp
@@ -1,4 +1,4 @@ -#include "../src/Core.h" +#include <Eigen/Core.h> USING_EIGEN_DATA_TYPES