]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Close the ConstraintMatrix before use.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2011 10:52:37 +0000 (10:52 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2011 10:52:37 +0000 (10:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@23923 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/p4est_2d_constraintmatrix_05.cc

index 6bab43c5f58616d7e200a3cf206633da50118857..3f131364521d6117d6ac6997aa3170c914ec2af0 100644 (file)
@@ -67,6 +67,7 @@ void test()
   x1 = x_ref;
   ConstraintMatrix cm(relevant_set);
   DoFTools::make_hanging_node_constraints (dofh, cm);
+  cm.close ();
   cm.distribute(x1);
 
   x1 -= x_ref;

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.