]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo. Also make a couple of minor style changes.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 22 Jan 2011 20:35:44 +0000 (20:35 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 22 Jan 2011 20:35:44 +0000 (20:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@23240 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/block_info.h

index 8d6fed91ff3c8c40b2505b4ee205edf3481f1ca5..78b916ed0f4fd31692e3ef5f223e139d892f9928 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2009, 2010 by the deal.II authors
+//    Copyright (C) 2009, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -157,11 +157,11 @@ class BlockInfo : public Subscriptor
                                      * indices of the first system
                                      * block, then all of the second
                                      * block and so forth. The
-                                     * function then outpus the index
+                                     * function then outputs the index
                                      * in the standard local
                                      * numbering of DoFAccessor.
                                      */
-    unsigned int renumber (unsigned int i) const;
+    unsigned int renumber (const unsigned int i) const;
 
                                     /**
                                      * The number of base elements.
@@ -172,7 +172,7 @@ class BlockInfo : public Subscriptor
                                      * Return the base element of
                                      * this index.
                                      */
-    unsigned int base_element(unsigned int i) const;
+    unsigned int base_element (const unsigned int i) const;
 
                                     /**
                                      * Write a summary of the block
@@ -246,7 +246,7 @@ BlockInfo::local() const
 
 inline
 const BlockIndices&
-BlockInfo::level(unsigned int l) const
+BlockInfo::level (const unsigned int l) const
 {
   AssertIndexRange(l, levels.size());
   return levels[l];
@@ -254,7 +254,7 @@ BlockInfo::level(unsigned int l) const
 
 
 inline
-unsigned int BlockInfo::renumber(unsigned int i) const
+unsigned int BlockInfo::renumber (const unsigned int i) const
 {
   AssertIndexRange(i, local_renumbering.size());
   return local_renumbering[i];
@@ -263,7 +263,7 @@ unsigned int BlockInfo::renumber(unsigned int i) const
 
 inline
 unsigned int
-BlockInfo::base_element(unsigned int i) const
+BlockInfo::base_element (const unsigned int i) const
 {
   AssertIndexRange(i, base_elements.size());
 

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.