From a41151869506d70ae7357c9677d9c0be22537094 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 9 Dec 2007 22:35:34 +0000 Subject: [PATCH] Add forgotten instantiations. git-svn-id: https://svn.dealii.org/trunk@15586 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_matrix_ez.inst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/lac/source/sparse_matrix_ez.inst b/deal.II/lac/source/sparse_matrix_ez.inst index 06680c0d45..a136cdbb22 100644 --- a/deal.II/lac/source/sparse_matrix_ez.inst +++ b/deal.II/lac/source/sparse_matrix_ez.inst @@ -1,3 +1,9 @@ +template class SparseMatrixEZ< double >; + +template class SparseMatrixEZ< float >; + +template class SparseMatrixEZ< long double >; + template void SparseMatrixEZ< double >::vmult< double > (Vector< double > &, const Vector< double > &) const; -- 2.39.5