From ae5781dba819e508f9888401abdcd71036145e37 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 10 May 2005 16:28:58 +0000 Subject: [PATCH] Make compile again. git-svn-id: https://svn.dealii.org/trunk@10663 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/dof_constraints_01.cc | 3 +-- tests/bits/dof_constraints_02.cc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/bits/dof_constraints_01.cc b/tests/bits/dof_constraints_01.cc index e16d38035c..0d4a3616d1 100644 --- a/tests/bits/dof_constraints_01.cc +++ b/tests/bits/dof_constraints_01.cc @@ -99,8 +99,7 @@ void test () A.add (local_dofs[i], local_dofs[j], local_matrix(i,j)); // or let other functions do that - constraints.distribute_local_to_global (local_matrix, local_dofs, - std::map(), B); + constraints.distribute_local_to_global (local_matrix, local_dofs, B); } // now condense away constraints from A diff --git a/tests/bits/dof_constraints_02.cc b/tests/bits/dof_constraints_02.cc index aac44a4f3c..b70f9168ff 100644 --- a/tests/bits/dof_constraints_02.cc +++ b/tests/bits/dof_constraints_02.cc @@ -90,8 +90,7 @@ void test () A(local_dofs[i]) += local_vector(i); // or let other functions do that - constraints.distribute_local_to_global (local_vector, local_dofs, - std::map(), B); + constraints.distribute_local_to_global (local_vector, local_dofs, B); } // now condense away constraints from A -- 2.39.5