From 1f24fc55d334c99b5a156703d43b2abcc1278479 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 21 Aug 2017 17:07:20 -0600 Subject: [PATCH] Use standard language to call things 'argument' instead of 'parameter'. --- include/deal.II/hp/fe_collection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5