From 172aaf80530485d313ace42c0d9d4112cf64e335 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Apr 2001 09:37:57 +0000 Subject: [PATCH] Small consistency fix. git-svn-id: https://svn.dealii.org/trunk@4400 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5