From: Wolfgang Bangerth Date: Mon, 16 Jun 2003 14:56:03 +0000 (+0000) Subject: icc5 still wants that const value parameters are also const in definitions. X-Git-Tag: v8.0.0~16410 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc4fff1dd2bbf07a734ed805339295434b3566b;p=dealii.git icc5 still wants that const value parameters are also const in definitions. git-svn-id: https://svn.dealii.org/trunk@7799 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index 58a604d200..249a9ae95e 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -1587,7 +1587,7 @@ template inline void SparseMatrixEZ::conjugate_add (const MATRIXA& A, const MATRIXB& B, - bool transpose) + const bool transpose) { // Compute the result // r_ij = \sum_kl b_ik b_jl a_kl