From: Rene Gassmoeller Date: Mon, 22 Aug 2016 20:13:57 +0000 (-0600) Subject: Make MappingQGeneric::InternalData::polynomial_degree const X-Git-Tag: v8.5.0-rc1~746^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de88858de939c5b9ac0996a1f6eccbe6a5a231cf;p=dealii.git Make MappingQGeneric::InternalData::polynomial_degree const --- diff --git a/include/deal.II/fe/mapping_q_generic.h b/include/deal.II/fe/mapping_q_generic.h index 54010338a6..cc09663168 100644 --- a/include/deal.II/fe/mapping_q_generic.h +++ b/include/deal.II/fe/mapping_q_generic.h @@ -377,7 +377,7 @@ public: * The polynomial degree of the mapping. Since the objects here are also * used (with minor adjustments) by MappingQ, we need to store this. */ - unsigned int polynomial_degree; + const unsigned int polynomial_degree; /** * Number of shape functions. If this is a Q1 mapping, then it is simply