From d49ce87c052e3a40341f901c33fea7c7b068c03c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 14 Feb 2006 02:46:43 +0000 Subject: [PATCH] MappingCollection actually makes copies of its mappings, so the explicitness of the constructor is not really necessary. git-svn-id: https://svn.dealii.org/trunk@12382 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/mapping_collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/mapping_collection.h b/deal.II/deal.II/include/fe/mapping_collection.h index 6f2b387772..8495ac566c 100644 --- a/deal.II/deal.II/include/fe/mapping_collection.h +++ b/deal.II/deal.II/include/fe/mapping_collection.h @@ -62,7 +62,7 @@ namespace hp * mapping is used for all active_fe * indices. */ - explicit MappingCollection (const Mapping &mapping); + MappingCollection (const Mapping &mapping); /** * Returns the number of mapping -- 2.39.5