From: Simon Sticko Date: Sun, 26 Feb 2023 18:06:38 +0000 (+0100) Subject: Fix grammar in an error message. X-Git-Tag: v9.5.0-rc1~519^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f3e211668136659096ec9d2ec8c9bc1f2a9cbd;p=dealii.git Fix grammar in an error message. --- diff --git a/source/dofs/dof_handler.cc b/source/dofs/dof_handler.cc index 072f6ad07e..9acebdf600 100644 --- a/source/dofs/dof_handler.cc +++ b/source/dofs/dof_handler.cc @@ -2135,7 +2135,7 @@ DoFHandler::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