commit | 4716040703be1ee906439385d20475dcddad5ce3 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Mon Oct 25 10:15:22 2010 -0400 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Mon Oct 25 10:15:22 2010 -0400 |
tree | 8efd3cf3007d8360e66f38e2d280127cbb70daa6 | |
parent | ca85a1f6c5fc33ac382aa2d7ba2da63d55d3223e [diff] [blame] |
bug #86 : use internal:: namespace instead of ei_ prefix
diff --git a/test/sparse_vector.cpp b/test/sparse_vector.cpp index a510139..be85740 100644 --- a/test/sparse_vector.cpp +++ b/test/sparse_vector.cpp
@@ -48,7 +48,7 @@ initSparse<Scalar>(densityVec, refV2, v2); initSparse<Scalar>(densityVec, refV3, v3); - Scalar s1 = ei_random<Scalar>(); + Scalar s1 = internal::random<Scalar>(); // test coeff and coeffRef for (unsigned int i=0; i<zerocoords.size(); ++i)