From 0ac56d346d230915a0e2b2e5a400d1df869d64a1 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 1 May 2015 13:46:18 +0200 Subject: [PATCH] make astyle happy --- include/deal.II/lac/linear_operator.h | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/include/deal.II/lac/linear_operator.h b/include/deal.II/lac/linear_operator.h index 04776a6c0f..80ac97ed69 100644 --- a/include/deal.II/lac/linear_operator.h +++ b/include/deal.II/lac/linear_operator.h @@ -991,12 +991,11 @@ linear_operator(const OperatorExemplar &operator_exemplar, const Matrix &matrix) */ template >, Matrix1>::value>::type, - typename = typename std::enable_if>, Matrix2>::value>::type, + typename = typename std::enable_if >, Matrix1>::value>::type, + typename = typename std::enable_if >, Matrix2>::value>::type, typename = typename std::enable_if, Vector, Matrix1>::type::value>::type, - typename = typename std::enable_if, Vector, Matrix2>::type::value>::type - > -LinearOperator, Vector> + typename = typename std::enable_if, Vector, Matrix2>::type::value>::type> +LinearOperator, Vector > operator*(const Matrix1 &first_matrix, const Matrix2 &second_matrix) { @@ -1023,10 +1022,9 @@ operator*(const Matrix1 &first_matrix, template >, Matrix>::value>::type, - typename = typename std::enable_if, Vector, Matrix>::type::value>::type - > -LinearOperator> + typename = typename std::enable_if >, Matrix>::value>::type, + typename = typename std::enable_if, Vector, Matrix>::type::value>::type> +LinearOperator > operator*(const LinearOperator &op, const Matrix &matrix) { @@ -1052,9 +1050,8 @@ operator*(const LinearOperator &op, template >, Matrix>::value>::type, - typename = typename std::enable_if, Vector, Matrix>::type::value>::type - > + typename = typename std::enable_if >, Matrix>::value>::type, + typename = typename std::enable_if, Vector, Matrix>::type::value>::type> LinearOperator, Domain> operator*(const Matrix &matrix, const LinearOperator &op) -- 2.39.5