From 486fdb26a1d9fa2cd74855d3d459aeb906967b8b Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 29 May 2008 03:12:30 +0000 Subject: many small fixes and documentation improvements, this should be alpha5. --- test/linearstructure.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/linearstructure.cpp') 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 void linearStructure(const MatrixType& m) v2 = VectorType::random(rows), vzero = VectorType::zero(rows); - Scalar s1 = ei_random(), - s2 = ei_random(); + Scalar s1 = ei_random(); int r = ei_random(0, rows-1), c = ei_random(0, cols-1); -- cgit v1.2.3