From 0244a1275652eca87522beb0c29bd1fee2324ae6 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 26 May 2009 11:49:31 +0000 Subject: [PATCH] Instantiation from 18874 was partly wrong. git-svn-id: https://svn.dealii.org/trunk@18877 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 2605199cbd..ee20214f64 100644 --- a/deal.II/lac/source/constraint_matrix.cc +++ b/deal.II/lac/source/constraint_matrix.cc @@ -2102,7 +2102,7 @@ template void ConstraintMatrix::distribute_local_to_global &, const std::vector &, BlockSparseMatrix &, - Vector &) const; + BlockVector &) const; MATRIX_FUNCTIONS(SparseMatrixEZ, Vector); -- 2.39.5