]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 11 May 2004 13:46:26 +0000 (13:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 11 May 2004 13:46:26 +0000 (13:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@9236 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/table.h
deal.II/lac/include/lac/full_matrix.h

index 27d70a247bfce45cf0ccc8f45d241848f41ac580..eb4ae087e0bac27b71c7d2b94469ed4a1ff0cb49 100644 (file)
@@ -913,7 +913,9 @@ class TableBase : public Subscriptor
     const T & el (const TableIndices<N> &indices) const;
   
                                      /**
-* @deprecated This function accesses data directly and should not be used!
+                                     * @deprecated This function
+                                     * accesses data directly and
+                                     * should not be used!
                                      *
                                       * Direct read-only access to
                                       * data field. Used by
index 7a9bdc959f7f038e7c596396d187e2a157e8fb23..4589cdfc4f0b10a1c4dfc2bda3c65ccdb365a879 100644 (file)
@@ -61,62 +61,63 @@ class FullMatrix : public Table<2,number>
     class const_iterator;
     
                                     /**
-                                          * Accessor class for iterators
-                                          */
-        class Accessor
-        {
-          public:
-                                             /**
-                                              * Constructor. Since we use
-                                              * accessors only for read
-                                              * access, a const matrix
-                                              * pointer is sufficient.
-                                              */
-            Accessor (const FullMatrix<number> *matrix,
-                      const unsigned int row,
-                      const unsigned int col);
-
-                                             /**
-                                              * Row number of the element
-                                              * represented by this
-                                              * object.
-                                              */
-            unsigned int row() const;
-
-                                             /**
-                                              * Column number of the
-                                              * element represented by
-                                              * this object.
-                                              */
-            unsigned int column() const;
-
-                                             /**
-                                              * Value of this matrix entry.
-                                              */
-            number value() const;
+                                     * Accessor class for iterators
+                                     */
+    class Accessor
+    {
+      public:
+                                        /**
+                                         * Constructor. Since we use
+                                         * accessors only for read
+                                         * access, a const matrix
+                                         * pointer is sufficient.
+                                         */
+       Accessor (const FullMatrix<number> *matrix,
+                 const unsigned int row,
+                 const unsigned int col);
+
+                                        /**
+                                         * Row number of the element
+                                         * represented by this
+                                         * object.
+                                         */
+       unsigned int row() const;
+
+                                        /**
+                                         * Column number of the
+                                         * element represented by
+                                         * this object.
+                                         */
+       unsigned int column() const;
+
+                                        /**
+                                         * Value of this matrix entry.
+                                         */
+       number value() const;
        
-          protected:
-                                             /**
-                                              * The matrix accessed.
-                                              */
-            const FullMatrix<number>* matrix;
-
-                                             /**
-                                              * Current row number.
-                                              */
-            unsigned int a_row;
-
-                                             /**
-                                              * Current column number.
-                                              */
-            unsigned short a_col;
-
-                                             /**
-                                              * Make enclosing class a
-                                              * friend.
-                                              */
-            friend class const_iterator;
-        };
+      protected:
+                                        /**
+                                         * The matrix accessed.
+                                         */
+       const FullMatrix<number>* matrix;
+
+                                        /**
+                                         * Current row number.
+                                         */
+       unsigned int a_row;
+
+                                        /**
+                                         * Current column number.
+                                         */
+       unsigned short a_col;
+
+                                        /**
+                                         * Make enclosing class a
+                                         * friend.
+                                         */
+       friend class const_iterator;
+    };
+
                                     /**
                                      * STL conforming iterator.
                                      */
@@ -474,11 +475,11 @@ class FullMatrix : public Table<2,number>
                                      */
     template<typename number2>
     void Tadd (const FullMatrix<number2> &src,
-             const double factor,
-             const unsigned int dst_offset_i = 0,
-             const unsigned int dst_offset_j = 0,
-             const unsigned int src_offset_i = 0,
-             const unsigned int src_offset_j = 0);
+              const double factor,
+              const unsigned int dst_offset_i = 0,
+              const unsigned int dst_offset_j = 0,
+              const unsigned int src_offset_i = 0,
+              const unsigned int src_offset_j = 0);
     
                                     /**
                                      * Matrix-matrix-multiplication.

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.