aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/make_circulant.cpp.expression
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/make_circulant.cpp.expression')
-rw-r--r--doc/examples/make_circulant.cpp.expression2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/make_circulant.cpp.expression b/doc/examples/make_circulant.cpp.expression
index a68bcb730..380cd4450 100644
--- a/doc/examples/make_circulant.cpp.expression
+++ b/doc/examples/make_circulant.cpp.expression
@@ -11,7 +11,7 @@ public:
typedef typename Eigen::internal::ref_selector<Circulant>::type Nested;
- typedef typename Eigen::internal::traits<Circulant>::Index Index;
+ typedef Eigen::Index Index;
Index rows() const { return m_arg.rows(); }
Index cols() const { return m_arg.rows(); }