Fixed a warning.

This commit is contained in:
Hauke Heibel 2010-04-26 13:31:16 +02:00
parent c4dda79904
commit 18c70b12d7

View File

@ -178,7 +178,7 @@ template<typename MatrixType,int Direction> class Homogeneous;
// MatrixFunctions module
template<typename Derived> struct MatrixExponentialReturnValue;
template<typename Derived> struct MatrixFunctionReturnValue;
template<typename Derived> class MatrixFunctionReturnValue;
template <typename Scalar>
struct ei_stem_function
{