From 69fa405096f16899ce625eb690440a473a7864bf Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 16 Feb 2015 17:21:16 +0100 Subject: Update circulant custom expression example --- doc/examples/make_circulant.cpp.expression | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/make_circulant.cpp.expression') 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::type Nested; - typedef typename Eigen::internal::traits::Index Index; + typedef Eigen::Index Index; Index rows() const { return m_arg.rows(); } Index cols() const { return m_arg.rows(); } -- cgit v1.2.3