diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-12-28 16:20:00 +0000 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-12-28 16:20:00 +0000 |
commit | 86220784b6df06c13292c308a2254381d7b7630b (patch) | |
tree | c8322bb8d6f1fda1235825ae8b474494f5dedce1 /doc/snippets | |
parent | dfdad129a3c6d5437eb001f5fe6d37de3fc07238 (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/snippets')
-rw-r--r-- | doc/snippets/compile_snippet.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/compile_snippet.cpp.in b/doc/snippets/compile_snippet.cpp.in index 9f7d568e5..bc79e2553 100644 --- a/doc/snippets/compile_snippet.cpp.in +++ b/doc/snippets/compile_snippet.cpp.in @@ -1,4 +1,4 @@ -#include <Eigen/Core.h> +#include <Eigen/Core> USING_PART_OF_NAMESPACE_EIGEN using namespace std; int main(int, char**) |