]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a misleading error message
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Jun 2012 16:26:30 +0000 (16:26 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Jun 2012 16:26:30 +0000 (16:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@25625 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_q.cc

index eb66c945646215f7c542a79556fc8e8749a9aa97..60c34a6a3da9e28a3b7b13255bfa59dffb21213b 100644 (file)
@@ -535,7 +535,7 @@ FE_Q<dim,spacedim>::FE_Q (const unsigned int degree)
 {
   Assert (degree > 0,
           ExcMessage ("This element can only be used for polynomial degrees "
-                      "at least zero"));
+                      "greater than zero"));
 
   std::vector<unsigned int> renumber (this->dofs_per_cell);
   FETools::hierarchic_to_lexicographic_numbering (*this, renumber);

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.