From: Wolfgang Bangerth Date: Tue, 14 Feb 2006 02:46:43 +0000 (+0000) Subject: MappingCollection actually makes copies of its mappings, so the explicitness X-Git-Tag: v8.0.0~12300 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49ce87c052e3a40341f901c33fea7c7b068c03c;p=dealii.git 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 --- 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