]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Try an alternative approach to make things work with icc.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jan 2006 17:47:00 +0000 (17:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jan 2006 17:47:00 +0000 (17:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@11972 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/hp_dof_handler.h

index d298fa8d762ca59bd2db6c2b34eb755e8a27439b..21117b739447dc0f5bdf0217f5f4b2349f5ece60 100644 (file)
 #include <set>
 
 
+/*!@addtogroup hp */
+/*@{*/
+
+
 /**
  * A namespace that holds all the classes that have to do with hp finite
  * elements.
+ * 
+ * @ingroup hp
  */
 namespace hp
 {
@@ -41,11 +47,11 @@ namespace hp
  * Manage the distribution and numbering of the degrees of freedom for
  * hp-FEM algorithms.
  *
- * @ingroup dofs
+ * @ingroup hp
  */
   template <int dim>
-  class DoFHandler  :  public Subscriptor,
-                       protected Triangulation<dim>::RefinementListener
+  class DoFHandler : public Subscriptor,
+                     protected Triangulation<dim>::RefinementListener
   {
       typedef internal::DoFIteratorSelector<DoFHandler<dim> > IteratorSelector;
     public:
@@ -996,12 +1002,12 @@ namespace hp
                                        /**
                                         * Make accessor objects friends.
                                         */
-      template <int dim1, template <int> class DH> friend class DoFAccessor;
+      template <int dim1, template <int> class DH> friend class ::DoFAccessor;
 
                                        /**
                                         * Make accessor objects friends.
                                         */
-      template <int dim1, int dim2, template <int> class DH> friend class DoFObjectAccessor;
+      template <int dim1, int dim2, template <int> class DH> friend class ::DoFObjectAccessor;
   };
 
 
@@ -1159,6 +1165,7 @@ namespace hp
   
 }
 
+/*@}*/
 
 #endif
 

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.