From f55cbe1ee28d0837e700c28a2e4faf8aaebae1dc Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 2 Jan 2013 17:03:38 +0000 Subject: [PATCH] Remove unnecessary line. git-svn-id: https://svn.dealii.org/trunk@27899 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/matrix_free/matrix_vector_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/matrix_free/matrix_vector_common.h b/tests/matrix_free/matrix_vector_common.h index 4f27266f2a..f0518dc904 100644 --- a/tests/matrix_free/matrix_vector_common.h +++ b/tests/matrix_free/matrix_vector_common.h @@ -74,7 +74,6 @@ class MatrixFreeTest { public: typedef VectorizedArray vector_t; - static const std::size_t n_vectors = VectorizedArray::n_vectors; MatrixFreeTest(const MatrixFree &data_in): data (data_in) -- 2.39.5