From: Wolfgang Bangerth Date: Thu, 21 Jun 2012 07:51:09 +0000 (+0000) Subject: Patch by Jason Sheldon: Add some previously missing instantiations. X-Git-Tag: v8.0.0~2495 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb5d00de698bd67ce06c22aee15c7bb9e8360a71;p=dealii.git Patch by Jason Sheldon: Add some previously missing instantiations. git-svn-id: https://svn.dealii.org/trunk@25637 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/lac/constraint_matrix.cc b/deal.II/source/lac/constraint_matrix.cc index 9f5c16d2f3..55df9b2a4b 100644 --- a/deal.II/source/lac/constraint_matrix.cc +++ b/deal.II/source/lac/constraint_matrix.cc @@ -2421,6 +2421,8 @@ ONLY_MATRIX_FUNCTIONS(SparseMatrix); ONLY_MATRIX_FUNCTIONS(SparseMatrix); ONLY_MATRIX_FUNCTIONS(MatrixBlock >); ONLY_MATRIX_FUNCTIONS(MatrixBlock >); +ONLY_MATRIX_FUNCTIONS(BlockSparseMatrix); +ONLY_MATRIX_FUNCTIONS(BlockSparseMatrix); #ifdef DEAL_II_USE_TRILINOS ONLY_MATRIX_FUNCTIONS(TrilinosWrappers::SparseMatrix);