From 5a872ee2a76ffd9a86a081e402205b7bc027a3b5 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 16 Dec 2013 10:48:29 +0000 Subject: [PATCH] Undo accidental check-in. git-svn-id: https://svn.dealii.org/trunk@32025 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/assemble_matrix_parallel_01.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/deal.II/assemble_matrix_parallel_01.cc b/tests/deal.II/assemble_matrix_parallel_01.cc index 69f8fefa6d..6d842edf1b 100644 --- a/tests/deal.II/assemble_matrix_parallel_01.cc +++ b/tests/deal.II/assemble_matrix_parallel_01.cc @@ -319,9 +319,6 @@ LaplaceProblem::local_assemble (const typename hp::DoFHandler::active_ data.local_dof_indices.resize (dofs_per_cell); cell->get_dof_indices (data.local_dof_indices); - constraints.distribute_local_to_global(data.local_matrix, data.local_rhs, - data.local_dof_indices, - test_matrix, test_rhs); } @@ -330,6 +327,9 @@ template void LaplaceProblem::copy_local_to_global (const Assembly::Copy::Data &data) { + constraints.distribute_local_to_global(data.local_matrix, data.local_rhs, + data.local_dof_indices, + test_matrix, test_rhs); } -- 2.39.5