]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make argument const, as in the class declaration.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2002 09:22:47 +0000 (09:22 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2002 09:22:47 +0000 (09:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@6055 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_dgp.cc

index 12678e7777912a5252d7d7aeed68bbcbca0f7c71..77fd7a4d9fea5158d73163f6aa0097bb356fef27 100644 (file)
@@ -23,7 +23,7 @@
 
 
 template <int dim>
-FE_DGP<dim>::FE_DGP (unsigned int degree)
+FE_DGP<dim>::FE_DGP (const unsigned int degree)
                :
                FiniteElement<dim> (FiniteElementData<dim>(get_dpo_vector(degree),1),
                                    std::vector<bool>(1,true),

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.