]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Restore previous behavior.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 17 Dec 2005 22:56:26 +0000 (22:56 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 17 Dec 2005 22:56:26 +0000 (22:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@11873 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/transfer_select.cc

index 18b6726758fb6bdb217fd3773f34d6b603fc7d27..5a182cd7ee0fa450e7f83fd57548e535fbf1914d 100644 (file)
@@ -54,7 +54,8 @@ void check_select(const FiniteElement<dim>& fe,
   MGDoFHandler<dim> mgdof(tr);
   DoFHandler<dim>& dof=mgdof;
   mgdof.distribute_dofs(fe);
-  DoFRenumbering::component_wise(mgdof, target_component);
+  DoFRenumbering::component_wise(static_cast<DoFHandler<dim>&>(mgdof),
+                                 target_component);
   vector<unsigned int> ndofs(fe.n_components());
   DoFTools::count_dofs_per_component(mgdof, ndofs, true, target_component);
   

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.