]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a this->
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Mar 2004 17:13:43 +0000 (17:13 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Mar 2004 17:13:43 +0000 (17:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@8712 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_dgp_monomial.cc

index 1843cb66c2102add6ecf227bfc440557a12157dd..9178be1a3f7e213a7609abf90f8260196ee9ed99 100644 (file)
@@ -125,7 +125,7 @@ FE_DGPMonomial<dim>::FE_DGPMonomial (const unsigned int degree)
                                                                    std::vector<bool>(1,true))),
                                                                      polynomial_space(degree)
 {
-  Assert(polynomial_space.n()==dofs_per_cell, ExcInternalError());
+  Assert(polynomial_space.n()==this->dofs_per_cell, ExcInternalError());
   
                                   // DG doesn't have constraints, so
                                   // leave them empty

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.