aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-19 12:09:04 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-19 12:09:04 -0500
commitb5f4636d42eb8b8e2383c0fbe357dca8fa1d357e (patch)
treef11a0a98299ac78930c5f4ffdc63376ab9347ff9 /unsupported
parentabb2a1bb1568bf0ab1b49c20ead8548bbb2b186e (diff)
* eigen2->eigen3
* bump version to 2.91.0 * add FindEigen3.cmake
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/README.txt2
-rw-r--r--unsupported/doc/Doxyfile.in8
2 files changed, 1 insertions, 9 deletions
diff --git a/unsupported/README.txt b/unsupported/README.txt
index ed1341426..83479ff0b 100644
--- a/unsupported/README.txt
+++ b/unsupported/README.txt
@@ -4,7 +4,7 @@ most of them are subject to be included in Eigen in the future.
In order to use an unsupported module you have to do either:
- - add the path_to_eigen2/unsupported directory to your include path and do:
+ - add the path_to_eigen/unsupported directory to your include path and do:
#include <Eigen/ModuleHeader>
- or directly do:
diff --git a/unsupported/doc/Doxyfile.in b/unsupported/doc/Doxyfile.in
index 269595820..a9c7d6004 100644
--- a/unsupported/doc/Doxyfile.in
+++ b/unsupported/doc/Doxyfile.in
@@ -1,11 +1,3 @@
-################################################################################
-## ##
-## WARNING ##
-## ##
-## all modifications in this file must be reported in eigen2/Mainpage.dox ##
-## ##
-################################################################################
-
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
#