aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/linearstructure.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-05-29 03:12:30 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-05-29 03:12:30 +0000
commit486fdb26a1d9fa2cd74855d3d459aeb906967b8b (patch)
tree71ddcffcd41796a56cdf76205c54a4594b5e88a3 /test/linearstructure.cpp
parentc1559d30791f2aff2511d65bf1dac6f16946c801 (diff)
many small fixes and documentation improvements,
this should be alpha5.
Diffstat (limited to 'test/linearstructure.cpp')
-rw-r--r--test/linearstructure.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/linearstructure.cpp b/test/linearstructure.cpp
index 8beb33925..02b77c0f0 100644
--- a/test/linearstructure.cpp
+++ b/test/linearstructure.cpp
@@ -50,8 +50,7 @@ template<typename MatrixType> void linearStructure(const MatrixType& m)
v2 = VectorType::random(rows),
vzero = VectorType::zero(rows);
- Scalar s1 = ei_random<Scalar>(),
- s2 = ei_random<Scalar>();
+ Scalar s1 = ei_random<Scalar>();
int r = ei_random<int>(0, rows-1),
c = ei_random<int>(0, cols-1);