]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some kind of stupidity.
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 May 2004 21:00:44 +0000 (21:00 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 May 2004 21:00:44 +0000 (21:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@9270 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 87e9bb7686e54ed32c15ce741e683c7f53b71c56..2699e99e877f32e5aa3ceb1989e310f48a006338 100644 (file)
@@ -1,6 +1,6 @@
 //----------------------------  dof_renumbering.cc  ---------------------------
-//    $Id$
-//    Version: $Name$
+//    dof_renumbering.cc,v 1.65 2004/05/18 23:22:58 wolf Exp
+//    Version: 
 //
 //    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
@@ -144,10 +144,8 @@ DoFRenumbering::compute_Cuthill_McKee (
                                   // it is a no-op
   ConstraintMatrix constraints;
   if (use_constraints) 
-    {
-      DoFTools::make_hanging_node_constraints (dof_handler, constraints);
-      constraints.close ();
-    }
+    DoFTools::make_hanging_node_constraints (dof_handler, constraints);
+  constraints.close ();
     
   SparsityPattern sparsity;
   if (dim <= 2)

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.