]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
change of MGDoFTools reverted
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Oct 2001 15:54:03 +0000 (15:54 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Oct 2001 15:54:03 +0000 (15:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@5134 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 5083aecce9eee5d452f5cc4d8b7b90cca42914c7..33484dea773dab7a4654a5687890e17dc4c6c4fa 100644 (file)
@@ -276,7 +276,7 @@ void DoFRenumbering::Cuthill_McKee (MGDoFHandler<dim>               &dof_handler
                                   // make the connection graph
   SparsityPattern sparsity (dof_handler.n_dofs(level),
                            dof_handler.max_couplings_between_dofs());
-  MGTools::make_sparsity_pattern (dof_handler, sparsity, level);
+  MGDoFTools::make_sparsity_pattern (dof_handler, sparsity, level);
     
   const unsigned int n_dofs = sparsity.n_rows();
                                   // store the new dof numbers; invalid_dof_index means

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.