From 1a1e63f3928375b54c859a089948965922ec479f Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 24 May 2018 13:10:50 +0200 Subject: [PATCH] Minor. --- tests/matrix_free/matrix_vector_mf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/matrix_free/matrix_vector_mf.h b/tests/matrix_free/matrix_vector_mf.h index 41b1d253f1..c01b56300c 100644 --- a/tests/matrix_free/matrix_vector_mf.h +++ b/tests/matrix_free/matrix_vector_mf.h @@ -64,7 +64,7 @@ public: MatrixFreeTest(const MatrixFree &data_in): data (data_in) - {}; + {} void vmult (VectorType &dst, const VectorType &src) const @@ -76,7 +76,7 @@ public: const std::pair &)> wrap = helmholtz_operator; data.cell_loop (wrap, dst, src); - }; + } private: const MatrixFree &data; -- 2.39.5