From: Martin Kronbichler Date: Thu, 24 May 2018 11:10:50 +0000 (+0200) Subject: Minor. X-Git-Tag: v9.1.0-rc1~1101^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1e63f3928375b54c859a089948965922ec479f;p=dealii.git Minor. --- 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;