]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use standard language to call things 'argument' instead of 'parameter'. 4924/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 21 Aug 2017 23:07:20 +0000 (17:07 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 21 Aug 2017 23:12:06 +0000 (17:12 -0600)
include/deal.II/hp/fe_collection.h

index 060c8da695332706ba9f74bb23e8964de826dffe..0f347df71278bd54032020b2fb025a7291b911da 100644 (file)
@@ -455,7 +455,8 @@ namespace hp
   FECollection<dim,spacedim>::FECollection (const FETypes &... fes)
   {
     static_assert(is_base_of_all<FiniteElement<dim, spacedim>, FETypes...>::value,
-                  "Not all of the input parameters are derived from FiniteElement<dim, spacedim>!");
+                  "Not all of the input arguments of this function "
+                  "are derived from FiniteElement<dim,spacedim>!");
 
     // loop over all of the given arguments and add the finite
     // elements to this 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.