aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PlainObjectBase.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-12-29 19:12:39 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-12-29 19:12:39 +0000
commitd6a5ba5a081ff919b47f3b9a3efaa5d2f15b6b9a (patch)
tree2867b824996be67060055cf5affbc3cd7aee67a7 /Eigen/src/Core/PlainObjectBase.h
parent3ca31a8b74bc21ebc1305160d0b68cbbb6f6eaf1 (diff)
Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN.
Diffstat (limited to 'Eigen/src/Core/PlainObjectBase.h')
-rw-r--r--Eigen/src/Core/PlainObjectBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h
index 3b23d04ad..21c740829 100644
--- a/Eigen/src/Core/PlainObjectBase.h
+++ b/Eigen/src/Core/PlainObjectBase.h
@@ -436,8 +436,8 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
Derived& setRandom(Index size);
Derived& setRandom(Index rows, Index cols);
- #ifdef EIGEN_DENSESTORAGEBASE_PLUGIN
- #include EIGEN_DENSESTORAGEBASE_PLUGIN
+ #ifdef EIGEN_PLAINOBJECTBASE_PLUGIN
+ #include EIGEN_PLAINOBJECTBASE_PLUGIN
#endif
protected: