]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Indent.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Nov 2010 12:45:15 +0000 (12:45 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Nov 2010 12:45:15 +0000 (12:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@22568 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 3809abbb7911ee3c262c0736d94ecc1d99f528b8..d940eaf6271f4751284a0b6c0facb3353b17f14d 100644 (file)
@@ -912,8 +912,9 @@ class Table<2,T> : public TableBase<2,T>
                                       * This version of the function
                                       * only allows read access.
                                       */
-    typename std::vector<T>::const_reference operator () (const unsigned int i,
-                           const unsigned int j) const;
+    typename std::vector<T>::const_reference
+    operator () (const unsigned int i,
+                const unsigned int j) const;
 
 
                                      /**
@@ -925,8 +926,9 @@ class Table<2,T> : public TableBase<2,T>
                                       * This version of the function
                                       * allows read-write access.
                                       */
-    typename std::vector<T>::reference operator () (const unsigned int i,
-                     const unsigned int j);
+    typename std::vector<T>::reference
+    operator () (const unsigned int i,
+                const unsigned int j);
 
                                      /**
                                       * Make the corresponding
@@ -980,7 +982,7 @@ class Table<2,T> : public TableBase<2,T>
                                       * then called <tt>vector2d</tt>.
                                       */
     typename std::vector<T>::reference el (const unsigned int i,
-            const unsigned int j);
+                                          const unsigned int j);
 
                                      /**
                                       * Return the value of the
@@ -1007,7 +1009,7 @@ class Table<2,T> : public TableBase<2,T>
                                       * then called <tt>vector2d</tt>.
                                       */
     typename std::vector<T>::const_reference el (const unsigned int i,
-                  const unsigned int j) const;
+                                                const unsigned int j) const;
 };
 
 

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.