From b0adf6e844a5dcfd621a36a847c416c72e683abf Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 12 Nov 2013 12:56:29 +0000 Subject: [PATCH] try to keep SparseMatrix in module git-svn-id: https://svn.dealii.org/trunk@31632 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/sparse_matrix.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -----------------------------------*/ -- 2.39.5