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/selfadjoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/selfadjoint.cpp') diff --git a/test/selfadjoint.cpp b/test/selfadjoint.cpp index b1a910b0b..a92ad96b5 100644 --- a/test/selfadjoint.cpp +++ b/test/selfadjoint.cpp @@ -56,7 +56,7 @@ void test_selfadjoint() { for(int i = 0; i < g_repeat ; i++) { - int s = ei_random(1,20); EIGEN_UNUSED_VARIABLE(s); + int s = internal::random(1,20); EIGEN_UNUSED_VARIABLE(s); CALL_SUBTEST_1( selfadjoint(Matrix()) ); CALL_SUBTEST_2( selfadjoint(Matrix()) ); -- cgit v1.2.3