mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Fixed GCC compilation.
This commit is contained in:
parent
f6d26bf6dc
commit
bda40da002
@ -33,7 +33,7 @@
|
||||
template<typename VectorType>
|
||||
void verify_is_approx_upto_permutation(const VectorType& vec1, const VectorType& vec2)
|
||||
{
|
||||
typedef typename NumTraits<VectorType::Scalar>::Real RealScalar;
|
||||
typedef typename NumTraits<typename VectorType::Scalar>::Real RealScalar;
|
||||
|
||||
VERIFY(vec1.cols() == 1);
|
||||
VERIFY(vec2.cols() == 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user