Fix compilation.

This commit is contained in:
Hauke Heibel 2010-06-21 07:37:59 +02:00
parent bb46a45340
commit 8239c3b85b

View File

@ -94,6 +94,7 @@ struct randomMatrixWithImagEivals<MatrixType, 1>
{
static MatrixType run(const typename MatrixType::Index size)
{
typedef typename MatrixType::Index Index;
typedef typename MatrixType::Scalar Scalar;
typedef typename MatrixType::RealScalar RealScalar;
const Scalar imagUnit(0, 1);