]> https://gitweb.dealii.org/ - dealii.git/commitdiff
changed DoFHandler<dim> to DoFHandler<dim,spacedim> in all places
authorBaerbel Jannsen <baerbel.janssen@gmail.com>
Fri, 8 Jan 2010 15:06:25 +0000 (15:06 +0000)
committerBaerbel Jannsen <baerbel.janssen@gmail.com>
Fri, 8 Jan 2010 15:06:25 +0000 (15:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@20334 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_dof_handler.h

index 6eb2faf514fae1cf65871692006329c71cc44e5a..9691220d562abc489d2ebc99d3c4b7e5e705fbe0 100644 (file)
@@ -1025,7 +1025,7 @@ template <int dim, int spacedim>
 inline
 unsigned int MGDoFHandler<dim,spacedim>::n_dofs() const
 {
-  return DoFHandler<dim>::n_dofs();
+  return DoFHandler<dim,spacedim>::n_dofs();
 }
 
 
@@ -1033,7 +1033,7 @@ template <int dim, int spacedim>
 inline
 void MGDoFHandler<dim,spacedim>::renumber_dofs (const std::vector<unsigned int> &new_numbers)
 {
-  return DoFHandler<dim>::renumber_dofs (new_numbers);
+  return DoFHandler<dim,spacedim>::renumber_dofs (new_numbers);
 }
 
 

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.