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/array_replicate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/array_replicate.cpp') diff --git a/test/array_replicate.cpp b/test/array_replicate.cpp index cafdafef5..b3520b58c 100644 --- a/test/array_replicate.cpp +++ b/test/array_replicate.cpp @@ -47,8 +47,8 @@ template void replicate(const MatrixType& m) MatrixX x1, x2; VectorX vx1; - int f1 = ei_random(1,10), - f2 = ei_random(1,10); + int f1 = internal::random(1,10), + f2 = internal::random(1,10); x1.resize(rows*f1,cols*f2); for(int j=0; j