]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a compile problem in the compiler on our test machine.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Nov 2010 15:45:59 +0000 (15:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Nov 2010 15:45:59 +0000 (15:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@22707 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/dof_accessor.h

index 0c6f20e7371ced0b689e8486c28b27337395811c..eb7339ab4c5a17371d5f6f9f8cab0845b75fafaf 100644 (file)
@@ -1023,7 +1023,7 @@ class DoFAccessor<0,DH<1,spacedim> > : public TriaAccessor<0,1,spacedim>
                                      * as last argument.
                                      */
     void get_dof_indices (std::vector<unsigned int> &dof_indices,
-                         const unsigned int fe_index = DH<1,spacedim>::default_fe_index) const;
+                         const unsigned int fe_index = AccessorData::default_fe_index) const;
 
                                     /**
                                      * Global DoF index of the <i>i</i>
@@ -1063,7 +1063,7 @@ class DoFAccessor<0,DH<1,spacedim> > : public TriaAccessor<0,1,spacedim>
                                      */
     unsigned int vertex_dof_index (const unsigned int vertex,
                                   const unsigned int i,
-                                  const unsigned int fe_index = DH<1,spacedim>::default_fe_index) const;
+                                  const unsigned int fe_index = AccessorData::default_fe_index) const;
 
                                     /**
                                      * Index of the <i>i</i>th degree
@@ -1101,7 +1101,7 @@ class DoFAccessor<0,DH<1,spacedim> > : public TriaAccessor<0,1,spacedim>
                                      * active_fe_index().
                                      */
     unsigned int dof_index (const unsigned int i,
-                           const unsigned int fe_index = DH<1,spacedim>::default_fe_index) const;
+                           const unsigned int fe_index = AccessorData::default_fe_index) const;
 
                                     /**
                                      * @}
@@ -1289,7 +1289,7 @@ class DoFAccessor<0,DH<1,spacedim> > : public TriaAccessor<0,1,spacedim>
                                      */
     void set_dof_index (const unsigned int i,
                        const unsigned int index,
-                       const unsigned int fe_index = DH<1,spacedim>::default_fe_index) const;
+                       const unsigned int fe_index = AccessorData::default_fe_index) const;
 
                                     /**
                                      * Set the global index of the <i>i</i>
@@ -1330,7 +1330,7 @@ class DoFAccessor<0,DH<1,spacedim> > : public TriaAccessor<0,1,spacedim>
     void set_vertex_dof_index (const unsigned int vertex,
                               const unsigned int i,
                               const unsigned int index,
-                              const unsigned int fe_index = DH<1,spacedim>::default_fe_index) const;
+                              const unsigned int fe_index = AccessorData::default_fe_index) const;
 
                                      /**
                                       * Iterator classes need to be friends

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.