From: wolf Date: Tue, 10 May 2005 16:28:58 +0000 (+0000) Subject: Make compile again. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5781dba819e508f9888401abdcd71036145e37;p=dealii-svn.git Make compile again. git-svn-id: https://svn.dealii.org/trunk@10663 0785d39b-7218-0410-832d-ea1e28bc413d --- 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