]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix bogus instantiation
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Dec 2005 14:10:22 +0000 (14:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Dec 2005 14:10:22 +0000 (14:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@11911 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc

index 6de4a8dd8f65a96cd2437e85b5b5c2cf557c2374..98ced227e45088e85ba48cade0d148eed1b81f71 100644 (file)
@@ -876,7 +876,7 @@ template <class DH>
 void
 DoFRenumbering::cell_wise_dg (
   DH& dof,
-  const typename std::vector<typename DH::cell_iterator>& cells)
+  const std::vector<typename DH::cell_iterator>& cells)
 {
   std::vector<unsigned int> renumbering(dof.n_dofs());
   compute_cell_wise_dg(renumbering, dof, cells);
@@ -1331,7 +1331,7 @@ template
 void
 DoFRenumbering::cell_wise_dg
 (hpDoFHandler<deal_II_dimension>&,
- const std::vector<DoFHandler<deal_II_dimension>::cell_iterator>&);
+ const std::vector<hpDoFHandler<deal_II_dimension>::cell_iterator>&);
 
 template
 void

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.