From 3d62413dc298a4279f91c0621ff69ccdc06561e0 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 26 May 2009 13:28:28 +0000 Subject: [PATCH] Eventually make the instantiation correct. git-svn-id: https://svn.dealii.org/trunk@18879 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/constraint_matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/source/constraint_matrix.cc b/deal.II/lac/source/constraint_matrix.cc index ee20214f64..4023052e3a 100644 --- a/deal.II/lac/source/constraint_matrix.cc +++ b/deal.II/lac/source/constraint_matrix.cc @@ -2097,7 +2097,7 @@ template void ConstraintMatrix::distribute_local_to_global,V MATRIX_FUNCTIONS(BlockSparseMatrix, BlockVector); MATRIX_FUNCTIONS(BlockSparseMatrix, BlockVector); -template void ConstraintMatrix::distribute_local_to_global,Vector > +template void ConstraintMatrix::distribute_local_to_global,BlockVector > (const FullMatrix &, const Vector &, const std::vector &, -- 2.39.5