From: Guido Kanschat Date: Tue, 12 Nov 2013 12:56:29 +0000 (+0000) Subject: try to keep SparseMatrix in module X-Git-Tag: v8.1.0~315 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0adf6e844a5dcfd621a36a847c416c72e683abf;p=dealii.git try to keep SparseMatrix in module git-svn-id: https://svn.dealii.org/trunk@31632 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparse_matrix.h b/deal.II/include/deal.II/lac/sparse_matrix.h index 46a05ba90e..6f9519ae27 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix.h +++ b/deal.II/include/deal.II/lac/sparse_matrix.h @@ -453,6 +453,10 @@ namespace SparseMatrixIterators } +/** + * @} + */ + //TODO: Add multithreading to the other vmult functions. @@ -1655,10 +1659,6 @@ private: template friend class SparseMatrixIterators::Accessor; }; -/** - * @} - */ - #ifndef DOXYGEN /*---------------------- Inline functions -----------------------------------*/