From 6cbbac0f56e03c2939e73b1091bb2f8aa3d09298 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 16 Jun 2003 14:56:03 +0000 Subject: [PATCH] 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 --- deal.II/lac/include/lac/sparse_matrix_ez.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5