aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/README.txt
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/README.txt
parentabb2a1bb1568bf0ab1b49c20ead8548bbb2b186e (diff)
* eigen2->eigen3
* bump version to 2.91.0 * add FindEigen3.cmake
Diffstat (limited to 'unsupported/README.txt')
-rw-r--r--unsupported/README.txt2
1 files changed, 1 insertions, 1 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: