From: Timo Heister Date: Mon, 23 Feb 2015 21:27:45 +0000 (-0500) Subject: add missing const X-Git-Tag: v8.3.0-rc1~428^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F592%2Fhead;p=dealii.git add missing const Doxygen was rightfully complaining --- 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),