aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/sparse_lu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/sparse_lu.cpp')
-rw-r--r--unsupported/test/sparse_lu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/sparse_lu.cpp b/unsupported/test/sparse_lu.cpp
index 75aa7a924..e693499bb 100644
--- a/unsupported/test/sparse_lu.cpp
+++ b/unsupported/test/sparse_lu.cpp
@@ -109,7 +109,7 @@ void test_sparse_lu()
{
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_1(sparse_lu<double>(8, 8) );
- int s = ei_random<int>(1,300);
+ int s = internal::random<int>(1,300);
CALL_SUBTEST_2(sparse_lu<std::complex<double> >(s,s) );
CALL_SUBTEST_1(sparse_lu<double>(s,s) );
}