From ee4b62b5d9ec1a81d09ea8212fdefa6d664df2ec Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Jun 2004 16:12:05 +0000 Subject: [PATCH] Add a comment. git-svn-id: https://svn.dealii.org/trunk@9454 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_matrix.double.cc | 2 ++ 1 file changed, 2 insertions(+) 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:: -- 2.39.5