From 99d5e8da418f1eb77e286170dbb1d4024688ffc5 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 17 Sep 2004 09:11:47 +0000 Subject: [PATCH] test_vector not used [SVN r25168] --- test4/test4.hpp | 1 - test5/test5.hpp | 1 - test6/test6.hpp | 1 - 3 files changed, 3 deletions(-) diff --git a/test4/test4.hpp b/test4/test4.hpp index e57f5e23..862bb058 100644 --- a/test4/test4.hpp +++ b/test4/test4.hpp @@ -43,7 +43,6 @@ void initialize_matrix (M &m) { m (i, j) = i * size1 + j + 1.f; } -void test_vector (); void test_matrix_vector (); void test_matrix (); diff --git a/test5/test5.hpp b/test5/test5.hpp index 0cf465d2..6089ecab 100644 --- a/test5/test5.hpp +++ b/test5/test5.hpp @@ -60,7 +60,6 @@ void initialize_matrix (M &m) { } -void test_vector (); void test_matrix_vector (); void test_matrix (); diff --git a/test6/test6.hpp b/test6/test6.hpp index e6bb5e88..40433177 100644 --- a/test6/test6.hpp +++ b/test6/test6.hpp @@ -60,7 +60,6 @@ void initialize_matrix (M &m) { } -void test_vector (); void test_matrix_vector (); void test_matrix ();