From: bangerth Date: Mon, 14 Jan 2013 19:20:28 +0000 (+0000) Subject: Make run in parallel, this time for sure. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab26bfdf8fcc32d83950a55682f70c32ff91843e;p=dealii-svn.git Make run in parallel, this time for sure. git-svn-id: https://svn.dealii.org/trunk@28050 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/constraint_matrix_condense_01.cc b/tests/mpi/constraint_matrix_condense_01.cc index 48c458f890..7a5b921913 100644 --- a/tests/mpi/constraint_matrix_condense_01.cc +++ b/tests/mpi/constraint_matrix_condense_01.cc @@ -50,7 +50,6 @@ void test () ConstraintMatrix constraints (locally_relevant_dofs); constraints.clear(); { - constraints.reinit (locally_relevant_dofs); IndexSet boundary_dofs (dof_handler.n_dofs()); DoFTools::extract_boundary_dofs (dof_handler, std::vector(1,true),boundary_dofs); @@ -59,10 +58,13 @@ void test () while(boundary_dofs.is_element(first_nboundary_dof)) first_nboundary_dof++; - constraints.add_line (first_nboundary_dof); - for (unsigned int i=0; i