]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
A few stylistic changes. No content difference.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Aug 2007 19:08:03 +0000 (19:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Aug 2007 19:08:03 +0000 (19:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@14919 0785d39b-7218-0410-832d-ea1e28bc413d

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

index d2dcb437ae4c02c91699fd64138484a84fedc1b7..6ac48a062db37bc2200dc2f507caa7b00d700955 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -556,7 +556,7 @@ class TableBase : public Subscriptor
                                      * Size of the table in direction
                                      * <tt>i</tt>.
                                      */
-    unsigned int size (unsigned int i) const;
+    unsigned int size (const unsigned int i) const;
     
                                      /**
                                       * Return the sizes of this
@@ -1820,7 +1820,7 @@ namespace internal
             subobject_size *= table.size()[N-p];
           const pointer new_data = data + i*subobject_size;
           return Accessor<N,T,C,P-1> (table, new_data);
-        };
+        }
     }
 
 
@@ -2124,8 +2124,8 @@ TableBase<N,T>::position (const TableIndices<N> &indices) const
         for (unsigned int n=1; n<N; ++n)
           s = s*table_size[n] + indices[n];
         return s;
-      };
-    };
+      }
+    }
 }
 
 

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.