From 4a5eea3b9fa7a9a41d9ce142109b04c924c922c8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 21 Jun 2012 07:51:09 +0000 Subject: [PATCH] Patch by Jason Sheldon: Add some previously missing instantiations. git-svn-id: https://svn.dealii.org/trunk@25637 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/lac/constraint_matrix.cc | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5