From: bangerth Date: Thu, 16 Sep 2010 16:01:18 +0000 (+0000) Subject: Mark an input parameter as const. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2d6564d96e455643794fab3903b113b3d2435a;p=dealii-svn.git Mark an input parameter as const. git-svn-id: https://svn.dealii.org/trunk@21994 0785d39b-7218-0410-832d-ea1e28bc413d --- 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