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