]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small fix.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 15:30:01 +0000 (15:30 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 15:30:01 +0000 (15:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@6107 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_tools.cc

index 28d615f943a9e495a9692f2d21ed2294fa311447..0dc33b60e41351d632d8ebf65b0bacf07cc3a06a 100644 (file)
@@ -129,7 +129,9 @@ void FETools::interpolate(const DoFHandler<dim> &dof1,
                          const DoFHandler<dim> &dof2,
                          Vector<number> &u2)
 {
-  interpolate(dof1, u1, dof2, ConstraintMatrix(), u2);
+  ConstraintMatrix dummy;
+  dummy.close();
+  interpolate(dof1, u1, dof2, dummy, u2);
 }
 
   

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.