From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbbac0f56e03c2939e73b1091bb2f8aa3d09298;p=dealii-svn.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