From: Martin Kronbichler Date: Tue, 26 May 2009 11:49:31 +0000 (+0000) Subject: Instantiation from 18874 was partly wrong. X-Git-Tag: v8.0.0~7660 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2076588a920087cde68cb53cc4788c4ae31279;p=dealii.git Instantiation from 18874 was partly wrong. git-svn-id: https://svn.dealii.org/trunk@18877 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);