From 1e2d6564d96e455643794fab3903b113b3d2435a Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 16 Sep 2010 16:01:18 +0000 Subject: [PATCH] Mark an input parameter as const. git-svn-id: https://svn.dealii.org/trunk@21994 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/constraint_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/constraint_matrix.h b/deal.II/lac/include/lac/constraint_matrix.h index 6e454c7370..49e14719ef 100644 --- a/deal.II/lac/include/lac/constraint_matrix.h +++ b/deal.II/lac/include/lac/constraint_matrix.h @@ -382,7 +382,7 @@ class ConstraintMatrix : public Subscriptor * line. Always returns true if not in * the distributed case. */ - bool can_store_line(unsigned int line_index) const; + bool can_store_line (const unsigned int line_index) const; /** * This function copies the content of @p -- 2.39.5