From b3fff170a01433f64fa0c6e38a368f375183d28c Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Tue, 11 Jun 2013 14:31:31 +0200 Subject: [PATCH] Restore internal math functions for unit tests --- 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 ad06e87ba..121cc05b1 100644 --- a/test/sparse_basic.cpp +++ b/test/sparse_basic.cpp @@ -179,16 +179,16 @@ template void sparse_basic(const SparseMatrixType& re m3.insertByOuterInner(j,k) = k+1; for(int j=0; j0) - VERIFY(j==math::real(m3.innerVector(j).lastCoeff())); + VERIFY(j==internal::real(m3.innerVector(j).lastCoeff())); } m3.makeCompressed(); for(int j=0; j0) - VERIFY(j==math::real(m3.innerVector(j).lastCoeff())); + VERIFY(j==internal::real(m3.innerVector(j).lastCoeff())); } //m2.innerVector(j0) = 2*m2.innerVector(j1);