From: guido Date: Tue, 24 Sep 2002 23:16:29 +0000 (+0000) Subject: instantiation for BlockVector added X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab38b5532ccc34c0e0d1eb8582056258e81ce268;p=dealii-svn.git instantiation for BlockVector added git-svn-id: https://svn.dealii.org/trunk@6507 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_constraints.cc b/deal.II/deal.II/source/dofs/dof_constraints.cc index e7b6b898ef..96c3f44b66 100644 --- a/deal.II/deal.II/source/dofs/dof_constraints.cc +++ b/deal.II/deal.II/source/dofs/dof_constraints.cc @@ -1227,6 +1227,10 @@ vector_functions; vector_functions; #undef VectorType +#define VectorType BlockVector +vector_functions; +#undef VectorType + template void ConstraintMatrix::condense(const SparseMatrix &uncondensed,