From: Wolfgang Bangerth Date: Sun, 9 Dec 2007 22:35:34 +0000 (+0000) Subject: Add forgotten instantiations. X-Git-Tag: v8.0.0~9558 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6573f2501b3f4608e970cf364fa4060009b2f55;p=dealii.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;