From 53059b6f9fb04a29fd3b53460ac872ccc3cd08ae Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 23 Feb 2015 16:27:45 -0500 Subject: [PATCH] add missing const Doxygen was rightfully complaining --- include/deal.II/lac/sparse_matrix_ez.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/sparse_matrix_ez.h b/include/deal.II/lac/sparse_matrix_ez.h index b2c04f2f70..75fdae7c05 100644 --- a/include/deal.II/lac/sparse_matrix_ez.h +++ b/include/deal.II/lac/sparse_matrix_ez.h @@ -847,7 +847,7 @@ private: template inline -SparseMatrixEZ::Entry::Entry(size_type column, +SparseMatrixEZ::Entry::Entry(const size_type column, const number &value) : column(column), -- 2.39.5