]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add missing const 592/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 23 Feb 2015 21:27:45 +0000 (16:27 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 23 Feb 2015 21:27:45 +0000 (16:27 -0500)
Doxygen was rightfully complaining

include/deal.II/lac/sparse_matrix_ez.h

index b2c04f2f707fb946358588f44c2789045bbf6568..75fdae7c0535b29116176624ebeba319439d2431 100644 (file)
@@ -847,7 +847,7 @@ private:
 
 template <typename number>
 inline
-SparseMatrixEZ<number>::Entry::Entry(size_type column,
+SparseMatrixEZ<number>::Entry::Entry(const size_type column,
                                      const number &value)
   :
   column(column),

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.