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/mixingtypes.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/mixingtypes.cpp') diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp index 7673348b4..0ebd00d1d 100644 --- a/test/mixingtypes.cpp +++ b/test/mixingtypes.cpp @@ -59,10 +59,10 @@ template void mixingtypes(int size = SizeAtCompileType) Vec_d vd = vf.template cast(); Vec_cf vcf = Vec_cf::Random(size,1); Vec_cd vcd = vcf.template cast >(); - float sf = ei_random(); - double sd = ei_random(); - complex scf = ei_random >(); - complex scd = ei_random >(); + float sf = internal::random(); + double sd = internal::random(); + complex scf = internal::random >(); + complex scd = internal::random >(); mf+mf; @@ -144,5 +144,5 @@ void test_mixingtypes() { CALL_SUBTEST_1(mixingtypes<3>()); CALL_SUBTEST_2(mixingtypes<4>()); - CALL_SUBTEST_3(mixingtypes(ei_random(1,310))); + CALL_SUBTEST_3(mixingtypes(internal::random(1,310))); } -- cgit v1.2.3