From: Wolfgang Bangerth Date: Wed, 6 Jul 2011 07:45:06 +0000 (+0000) Subject: Close the constraint matrix. X-Git-Tag: v8.0.0~3844 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd0ab7b4e9e58c5ab2706a4d7ac27f655360db0;p=dealii.git Close the constraint matrix. git-svn-id: https://svn.dealii.org/trunk@23921 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/p4est_3d_constraintmatrix_02.cc b/tests/mpi/p4est_3d_constraintmatrix_02.cc index 84c358bfea..9df09a63c7 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_02.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_02.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2009, 2010 by the deal.II authors +// Copyright (C) 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -87,7 +87,8 @@ void test() ConstraintMatrix cm(relevant_set); DoFTools::make_hanging_node_constraints (dofh, cm); - + cm.close (); + //x.print(std::cout); cm.distribute(x); x_rel = x;