From 7958797648059abbceb3af61ddaa040263c1d318 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 15 Jun 2010 12:37:54 +0200 Subject: Ups, fixed a little ugly bug. --- unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/src/MatrixFunctions') diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h b/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h index 8401363d7..99446758a 100644 --- a/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +++ b/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h @@ -142,7 +142,7 @@ class MatrixFunction typedef typename ei_stem_function::type StemFunction; typedef Matrix VectorType; typedef Matrix IntVectorType; - typedef Matrix DynamicIntVectorType; + typedef Matrix DynamicIntVectorType; typedef std::list Cluster; typedef std::list ListOfClusters; typedef Matrix DynMatrixType; -- cgit v1.2.3