From: bangerth Date: Tue, 26 Oct 2010 12:46:19 +0000 (+0000) Subject: Fix doxygen tag. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acfc32f2b726fbd86dd0796d25ae0416759d9741;p=dealii-svn.git Fix doxygen tag. git-svn-id: https://svn.dealii.org/trunk@22492 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/relaxation_block.h b/deal.II/include/deal.II/lac/relaxation_block.h index 32c9b39bd3..61d26ba291 100644 --- a/deal.II/include/deal.II/lac/relaxation_block.h +++ b/deal.II/include/deal.II/lac/relaxation_block.h @@ -71,7 +71,7 @@ class RelaxationBlock : * Default constructor */ AdditionalData (); - + /** * Constructor. */ @@ -79,13 +79,13 @@ class RelaxationBlock : const double relaxation = 1., const bool invert_diagonal = true, const bool same_diagonal = false); - + /** * Pointer to the DoFHandler * providing the cells. */ SmartPointer::AdditionalData> block_list; - + /** * Relaxation parameter. */ @@ -102,7 +102,7 @@ class RelaxationBlock : */ bool same_diagonal; }; - + /** * Initialize matrix and block * size. We store the matrix and @@ -225,7 +225,7 @@ class RelaxationBlock : * preconditioner interface expected by Solver objects. * * @author Guido Kanschat - * @data 2010 + * @date 2010 */ template class RelaxationBlockSOR : public virtual Subscriptor, @@ -236,7 +236,7 @@ class RelaxationBlockSOR : public virtual Subscriptor, * Default constructor. */ // RelaxationBlockSOR(); - + /** * Define number type of matrix. */ @@ -298,13 +298,13 @@ class RelaxationBlockSOR : public virtual Subscriptor, * objects. * * @author Guido Kanschat - * @data 2010 + * @date 2010 */ template class RelaxationBlockSSOR : public virtual Subscriptor, protected RelaxationBlock { - public: + public: /** * Define number type of matrix. */