]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile again.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 May 2005 16:28:58 +0000 (16:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 May 2005 16:28:58 +0000 (16:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@10663 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/dof_constraints_01.cc
tests/bits/dof_constraints_02.cc

index e16d38035cbf3f81da7f774ea41c6a8afecfd5be..0d4a3616d1df0837b8c88326cb9e92aab5b987fa 100644 (file)
@@ -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<unsigned int,double>(), B);
+      constraints.distribute_local_to_global (local_matrix, local_dofs, B);
     }
 
                                    // now condense away constraints from A
index aac44a4f3cd3dd5d6fa6bf633d76fdc3955e6b5d..b70f9168ffd20a2df105f36a2b85276a95d543dc 100644 (file)
@@ -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<unsigned int,double>(), B);
+      constraints.distribute_local_to_global (local_vector, local_dofs, B);
     }
 
                                    // now condense away constraints from A

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.