From 95c19a8f8a50f7c82754dd85c543444da2276aa8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 6 Jul 2011 07:45:06 +0000 Subject: [PATCH] Close the constraint matrix. git-svn-id: https://svn.dealii.org/trunk@23921 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/p4est_3d_constraintmatrix_02.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.5