From: kronbichler Date: Tue, 4 Mar 2014 19:09:44 +0000 (+0000) Subject: Fix doxygen groups X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487c3a4d1c2ceb76b7447b40382a6b07a49dd803;p=dealii-svn.git Fix doxygen groups git-svn-id: https://svn.dealii.org/trunk@32609 0785d39b-7218-0410-832d-ea1e28bc413d --- 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