]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename an argument to a function to make its intent clearer.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jan 2013 14:15:01 +0000 (14:15 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jan 2013 14:15:01 +0000 (14:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@27958 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_base.h

index 5b7aa6373dd6663adbb9e5dd4eca347a3376f7a5..ae47af985ddced0f24bfbc23bb0e28117efac873 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -408,7 +408,7 @@ public:
    * Given an index in the natural ordering of indices on a face, return the
    * index of the same degree of freedom on the cell.
    *
-   * @param face_index The index of the degree of freedom on a face.
+   * @param face_dof_index The index of the degree of freedom on a face.
    *   This index must be between zero and dofs_per_face.
    * @param face The number of the face this degree of freedom lives on.
    *   This number must be between zero and GeometryInfo::faces_per_cell.
@@ -422,7 +422,7 @@ public:
    *   of degrees of freedom on the entire cell. The returned value
    *   will be between zero and dofs_per_cell.
    */
-  unsigned int face_to_cell_index (const unsigned int face_index,
+  unsigned int face_to_cell_index (const unsigned int face_dof_index,
                                    const unsigned int face,
                                    const bool face_orientation = true,
                                    const bool face_flip        = false,

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.