From: Wolfgang Bangerth Date: Mon, 9 Apr 2001 09:37:57 +0000 (+0000) Subject: Small consistency fix. X-Git-Tag: v8.0.0~19382 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc3a76e4c36910211e48906a3e6f970ea2b19d5;p=dealii.git Small consistency fix. git-svn-id: https://svn.dealii.org/trunk@4400 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index a4da2f9a17..52ddead5d4 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -405,7 +405,8 @@ class SparseMatrix : public Subscriptor * sure to understand what you are * doing here. */ - number raw_entry(unsigned int row, unsigned int index) const; + number raw_entry (const unsigned int row, + const unsigned int index) const; /** * This is for hackers. Get