aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-09-03 14:14:14 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-09-03 14:14:14 +0200
commitd91db41a31255302b582e4ebff3852a82ebcf243 (patch)
tree05034f80984727901e6b55fbd9a499c4f53d1e1a /doc/examples
parent3942db9d7c6c9953a1f4f60d50a9244c8d71cf34 (diff)
Fix documentation example
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/make_circulant.cpp.evaluator2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/make_circulant.cpp.evaluator b/doc/examples/make_circulant.cpp.evaluator
index 71c8d4027..2ba79e783 100644
--- a/doc/examples/make_circulant.cpp.evaluator
+++ b/doc/examples/make_circulant.cpp.evaluator
@@ -25,7 +25,7 @@ namespace Eigen {
return m_argImpl.coeff(index);
}
- typename evaluator<ArgTypeNestedCleaned>::nestedType m_argImpl;
+ evaluator<ArgTypeNestedCleaned> m_argImpl;
const Index m_rows;
};
}