From 4716040703be1ee906439385d20475dcddad5ce3 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 25 Oct 2010 10:15:22 -0400 Subject: bug #86 : use internal:: namespace instead of ei_ prefix --- test/swap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/swap.cpp') diff --git a/test/swap.cpp b/test/swap.cpp index 74543a662..4a575e7d7 100644 --- a/test/swap.cpp +++ b/test/swap.cpp @@ -42,7 +42,7 @@ template void swap(const MatrixType& m) typedef typename other_matrix_type::type OtherMatrixType; typedef typename MatrixType::Scalar Scalar; - ei_assert((!ei_is_same_type::ret)); + eigen_assert((!internal::is_same_type::ret)); typename MatrixType::Index rows = m.rows(); typename MatrixType::Index cols = m.cols(); -- cgit v1.2.3