]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix default argument.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Sep 2011 21:09:17 +0000 (21:09 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Sep 2011 21:09:17 +0000 (21:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@24330 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vectors.h

index acdb34604f04f8908fb3b8c0a3432812392cdbc6..c583b6fd66060745cecb82be45c6ed95ca837357 100644 (file)
@@ -1072,7 +1072,7 @@ namespace VectorTools
                                                const Function<dim>& boundary_function,
                                                const unsigned char boundary_component,
                                                ConstraintMatrix& constraints,
-                                               const Mapping<dim>& mapping = MappingQ1<dim>::mapping);
+                                               const Mapping<dim>& mapping = StaticMappingQ1<dim>::mapping);
 
                                   /**
                                    * Same as above for the hp-namespace.
@@ -1157,7 +1157,7 @@ namespace VectorTools
                                               const Function<dim>& boundary_function,
                                               const unsigned char boundary_component,
                                               ConstraintMatrix& constraints,
-                                              const Mapping<dim>& mapping = MappingQ1<dim>::mapping);
+                                              const Mapping<dim>& mapping = StaticMappingQ1<dim>::mapping);
 
                                   /**
                                    * Same as above for the hp-namespace.
@@ -1495,7 +1495,7 @@ namespace VectorTools
                                      const unsigned int     first_vector_component,
                                      const std::set<unsigned char> &boundary_ids,
                                      ConstraintMatrix      &constraints,
-                                     const Mapping<dim, spacedim>    &mapping = MappingQ1<dim>::mapping);
+                                     const Mapping<dim, spacedim>    &mapping = StaticMappingQ1<dim>::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.