]> 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 10:34:51 +0000 (10:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2002 10:34:51 +0000 (10:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@6056 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_dgq.cc

index cced051164133d16a3008a938e0ef87c487239ba..01dab334a3b578a5af74afff754b018f351df095 100644 (file)
@@ -25,7 +25,7 @@
 
 
 template <int dim>
-FE_DGQ<dim>::FE_DGQ (unsigned int degree)
+FE_DGQ<dim>::FE_DGQ (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.