From: Wolfgang Bangerth Date: Mon, 21 Aug 2017 23:07:20 +0000 (-0600) Subject: Use standard language to call things 'argument' instead of 'parameter'. X-Git-Tag: v9.0.0-rc1~1193^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f24fc55d334c99b5a156703d43b2abcc1278479;p=dealii.git Use standard language to call things 'argument' instead of 'parameter'. --- diff --git a/include/deal.II/hp/fe_collection.h b/include/deal.II/hp/fe_collection.h index 060c8da695..0f347df712 100644 --- a/include/deal.II/hp/fe_collection.h +++ b/include/deal.II/hp/fe_collection.h @@ -455,7 +455,8 @@ namespace hp FECollection::FECollection (const FETypes &... fes) { static_assert(is_base_of_all, FETypes...>::value, - "Not all of the input parameters are derived from FiniteElement!"); + "Not all of the input arguments of this function " + "are derived from FiniteElement!"); // loop over all of the given arguments and add the finite // elements to this collection