]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix doxygen tag.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Oct 2010 12:46:19 +0000 (12:46 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Oct 2010 12:46:19 +0000 (12:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@22492 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/relaxation_block.h

index 32c9b39bd30cde3f24c8e6a1385dcba5e3f19812..61d26ba291e9c568f6a5103f2c55d22744e82432 100644 (file)
@@ -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<const BlockList, typename RelaxationBlock<MATRIX, inverse_type>::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 MATRIX, typename inverse_type = typename MATRIX::value_type>
 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 MATRIX, typename inverse_type = typename MATRIX::value_type>
 class RelaxationBlockSSOR : public virtual Subscriptor,
                            protected RelaxationBlock<MATRIX, inverse_type>
 {
-  public:    
+  public:
                                     /**
                                      * Define number type of matrix.
                                      */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.