From 487c3a4d1c2ceb76b7447b40382a6b07a49dd803 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 4 Mar 2014 19:09:44 +0000 Subject: [PATCH] Fix doxygen groups git-svn-id: https://svn.dealii.org/trunk@32609 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/lac/trilinos_vector_base.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/deal.II/include/deal.II/lac/trilinos_vector_base.h b/deal.II/include/deal.II/lac/trilinos_vector_base.h index 1ed43548dd..2a93319527 100644 --- a/deal.II/include/deal.II/lac/trilinos_vector_base.h +++ b/deal.II/include/deal.II/lac/trilinos_vector_base.h @@ -588,6 +588,14 @@ namespace TrilinosWrappers */ const_iterator end () const; + //@} + + + /** + * @name 3: Modification of vectors + */ + //@{ + /** * A collective set operation: instead of setting individual elements of a * vector, this function allows to set a whole set of elements at @@ -603,13 +611,6 @@ namespace TrilinosWrappers */ void set (const std::vector &indices, const ::dealii::Vector &values); - //@} - - - /** - * @name 3: Modification of vectors - */ - //@{ /** * This collective set operation is of lower level and can handle anything -- 2.39.5