From 65c59307e2e5341ce512d17608a2fdf27df9d671 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 12 Jun 2013 10:37:15 +0200 Subject: [PATCH] Fix sparse_basic unit test conflict --- test/sparse_basic.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/sparse_basic.cpp b/test/sparse_basic.cpp index 2f92f1627..f2f14b2c7 100644 --- a/test/sparse_basic.cpp +++ b/test/sparse_basic.cpp @@ -180,16 +180,16 @@ template void sparse_basic(const SparseMatrixType& re m3.insertByOuterInner(j,k) = k+1; for(int j=0; j0) - VERIFY(j==internal::real(m3.innerVector(j).lastCoeff())); + VERIFY(j==numext::real(m3.innerVector(j).lastCoeff())); } m3.makeCompressed(); for(int j=0; j0) - VERIFY(j==internal::real(m3.innerVector(j).lastCoeff())); + VERIFY(j==numext::real(m3.innerVector(j).lastCoeff())); } //m2.innerVector(j0) = 2*m2.innerVector(j1);