]> https://gitweb.dealii.org/ - dealii.git/commitdiff
MappingCollection actually makes copies of its mappings, so the explicitness
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 14 Feb 2006 02:46:43 +0000 (02:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 14 Feb 2006 02:46:43 +0000 (02:46 +0000)
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

index 6f2b3877723bf1a4cf63157e24d2a9d5e174bdd4..8495ac566c8e9e3a0b6d469e71b0933a7f1cd1fe 100644 (file)
@@ -62,7 +62,7 @@ namespace hp
                                         * mapping is used for all active_fe
                                         * indices.
                                         */
-      explicit MappingCollection (const Mapping<dim> &mapping);
+      MappingCollection (const Mapping<dim> &mapping);
 
                                        /**
                                         * Returns the number of mapping

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.