]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix grammar in an error message. 14833/head
authorSimon Sticko <simon@sticko.se>
Sun, 26 Feb 2023 18:06:38 +0000 (19:06 +0100)
committerSimon Sticko <simon@sticko.se>
Sun, 26 Feb 2023 18:06:38 +0000 (19:06 +0100)
source/dofs/dof_handler.cc

index 072f6ad07e1cf3c4d94e0da66d1b0c9f766e333b..9acebdf600ab6c75e2f82d6a7dcca51719b5a305 100644 (file)
@@ -2135,7 +2135,7 @@ DoFHandler<dim, spacedim>::distribute_dofs(
       "in the constructor before you can distribute DoFs."));
   Assert(this->tria->n_levels() > 0,
          ExcMessage("The Triangulation you are using is empty!"));
-  Assert(ff.size() > 0, ExcMessage("The hp::FECollection given is empty!"));
+  Assert(ff.size() > 0, ExcMessage("The given hp::FECollection is empty!"));
 
   //
   // register the new finite element collection

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.