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/smallvectors.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/smallvectors.cpp') diff --git a/test/smallvectors.cpp b/test/smallvectors.cpp index d6dc8e97c..144944162 100644 --- a/test/smallvectors.cpp +++ b/test/smallvectors.cpp @@ -29,10 +29,10 @@ template void smallVectors() typedef Matrix V2; typedef Matrix V3; typedef Matrix V4; - Scalar x1 = ei_random(), - x2 = ei_random(), - x3 = ei_random(), - x4 = ei_random(); + Scalar x1 = internal::random(), + x2 = internal::random(), + x3 = internal::random(), + x4 = internal::random(); V2 v2(x1, x2); V3 v3(x1, x2, x3); V4 v4(x1, x2, x3, x4); -- cgit v1.2.3