From: Matthias Maier Date: Fri, 1 May 2015 11:46:18 +0000 (+0200) Subject: make astyle happy X-Git-Tag: v8.3.0-rc1~179^2~12 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac56d346d230915a0e2b2e5a400d1df869d64a1;p=dealii.git make astyle happy --- 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)