]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a problem with doxygen by just not prefixing some class names with dealii::. 15051/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 20 Apr 2023 23:37:51 +0000 (17:37 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 20 Apr 2023 23:37:51 +0000 (17:37 -0600)
Apparently this wasn't necessary anyway because it compiles just fine.

include/deal.II/dofs/dof_tools.h

index d6880e9aa5966a18259d6a08f7abfdfa09757bfc..29e078c11f0072606e28e96e8a962e1b566e0814 100644 (file)
@@ -2248,10 +2248,10 @@ namespace DoFTools
   template <int dim, int spacedim>
   void
   map_dofs_to_support_points(
-    const dealii::hp::MappingCollection<dim, spacedim> &mapping,
-    const DoFHandler<dim, spacedim> &                   dof_handler,
-    std::vector<Point<spacedim>> &                      support_points,
-    const ComponentMask &                               mask = ComponentMask());
+    const hp::MappingCollection<dim, spacedim> &mapping,
+    const DoFHandler<dim, spacedim> &           dof_handler,
+    std::vector<Point<spacedim>> &              support_points,
+    const ComponentMask &                       mask = ComponentMask());
 
   /**
    * This function is a version of the above map_dofs_to_support_points
@@ -2294,9 +2294,9 @@ namespace DoFTools
   template <int dim, int spacedim>
   std::map<types::global_dof_index, Point<spacedim>>
   map_dofs_to_support_points(
-    const dealii::hp::MappingCollection<dim, spacedim> &mapping,
-    const DoFHandler<dim, spacedim> &                   dof_handler,
-    const ComponentMask &                               mask = ComponentMask());
+    const hp::MappingCollection<dim, spacedim> &mapping,
+    const DoFHandler<dim, spacedim> &           dof_handler,
+    const ComponentMask &                       mask = ComponentMask());
 
   /**
    * A version of the function of same name that returns the map via its third
@@ -2319,7 +2319,7 @@ namespace DoFTools
   template <int dim, int spacedim>
   DEAL_II_DEPRECATED_EARLY void
   map_dofs_to_support_points(
-    const dealii::hp::MappingCollection<dim, spacedim> &mapping,
+    const hp::MappingCollection<dim, spacedim> &        mapping,
     const DoFHandler<dim, spacedim> &                   dof_handler,
     std::map<types::global_dof_index, Point<spacedim>> &support_points,
     const ComponentMask &                               mask = ComponentMask());

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.