From: Wolfgang Bangerth Date: Tue, 22 Jun 2004 16:12:05 +0000 (+0000) Subject: Add a comment. X-Git-Tag: v8.0.0~15005 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4b62b5d9ec1a81d09ea8212fdefa6d664df2ec;p=dealii.git Add a comment. git-svn-id: https://svn.dealii.org/trunk@9454 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_matrix.double.cc b/deal.II/lac/source/sparse_matrix.double.cc index 7fc1956389..b24f50a31d 100644 --- a/deal.II/lac/source/sparse_matrix.double.cc +++ b/deal.II/lac/source/sparse_matrix.double.cc @@ -45,6 +45,8 @@ template class SparseMatrix; #undef TYPEMAT +// instantiate a few more functions. this whole mess in this file (and the +// other sparse_matrix.* files) really needs to be cleaned up a little template void SparseMatrix:: vmult (Vector &, const Vector &) const; template void SparseMatrix::