]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Partial merge from parallel_mg branch: Trivial changes.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 Nov 2012 00:54:08 +0000 (00:54 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 Nov 2012 00:54:08 +0000 (00:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@27380 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/sparse_matrix.h
deal.II/include/deal.II/lac/sparsity_pattern.h

index f9217a8a50623bb9234a8095d43642245932d236..07b8ee7929d6ffb452afcd8a963f7e07bf088c4e 100644 (file)
@@ -2566,15 +2566,14 @@ namespace SparseMatrixIterators
 
   template <typename number>
   inline
-  Accessor<number, false>::Reference::
-  Reference (const Accessor *accessor,
-             const bool)
-                  :
-                  accessor (accessor)
-  {}
-
-
-
+  Accessor<number, false>::Reference::Reference (
+    const Accessor *accessor,
+    const bool)
+    :
+    accessor (accessor)
+    {}
+  
+  
   template <typename number>
   inline
   Accessor<number, false>::Reference::operator number() const
index 01c2df6978248a8b63da855a86a8467c32b49668..3c72449364e6c5c70d133b42c4540ec90b41be54 100644 (file)
@@ -83,25 +83,26 @@ namespace internals
 }
 
 
-
+/**
+ * Iterators on sparsity patterns
+ */
 namespace SparsityPatternIterators
 {
                                    // forward declaration
   class Iterator;
 
-                                   /**
-                                    * Accessor class for iterators into
-                                    * sparsity patterns. This class is also
-                                    * the base class for both const and
-                                    * non-const accessor classes into sparse
-                                    * matrices.
-                                    *
-                                    * Note that this class only allow read
-                                    * access to elements, providing their
-                                    * row and column number. It does not
-                                    * allow to modify the sparsity pattern
-                                    * itself.
-                                    */
+/**
+ * Accessor class for iterators into sparsity patterns. This class is
+ * also the base class for both const and non-const accessor classes
+ * into sparse matrices.
+ *
+ * Note that this class only allow read access to elements, providing
+ * their row and column number. It does not allow to modify the
+ * sparsity pattern itself.
+ *
+ * @author Wolfgang Bangerth
+ * @date 2004
+ */
   class Accessor
   {
     public:

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.