From: wolf Date: Tue, 11 Jun 2002 10:34:51 +0000 (+0000) Subject: Make argument const, as in the class declaration. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8352c3a7f189ba009d576bf265698782f80a2bd;p=dealii-svn.git Make argument const, as in the class declaration. git-svn-id: https://svn.dealii.org/trunk@6056 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_dgq.cc b/deal.II/deal.II/source/fe/fe_dgq.cc index cced051164..01dab334a3 100644 --- a/deal.II/deal.II/source/fe/fe_dgq.cc +++ b/deal.II/deal.II/source/fe/fe_dgq.cc @@ -25,7 +25,7 @@ template -FE_DGQ::FE_DGQ (unsigned int degree) +FE_DGQ::FE_DGQ (const unsigned int degree) : FiniteElement (FiniteElementData(get_dpo_vector(degree),1), std::vector(1,true),