]> https://gitweb.dealii.org/ - dealii.git/commitdiff
I changed too much in my previous update of the Cuthill_McKee algorithm.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 16 Mar 2009 15:19:57 +0000 (15:19 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 16 Mar 2009 15:19:57 +0000 (15:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@18489 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 5d505337b9c7b3ded2528ac75c8fdaf9c656bab0..9826b460d9bda79af6c642d7f187880329c974dc 100644 (file)
@@ -491,7 +491,7 @@ namespace DoFRenumbering
       {
        CompressedSimpleSparsityPattern csp (dof_handler.n_dofs(),
                                             dof_handler.n_dofs());
-       DoFTools::make_sparsity_pattern (dof_handler, csp, constraints, false);
+       DoFTools::make_sparsity_pattern (dof_handler, csp, constraints);
        sparsity.copy_from (csp);
       }
 

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.