From: bangerth Date: Sun, 9 Dec 2007 22:35:34 +0000 (+0000) Subject: Add forgotten instantiations. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a41151869506d70ae7357c9677d9c0be22537094;p=dealii-svn.git Add forgotten instantiations. git-svn-id: https://svn.dealii.org/trunk@15586 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;