]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mark an input argument as const.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Nov 2013 15:18:25 +0000 (15:18 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Nov 2013 15:18:25 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@31812 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_face.h

index 64bb4e4f2b085467a5486154d9efa97ecd52da4e..5199cc13c14439634f83510f17c40c63d61029b4 100644 (file)
@@ -57,7 +57,7 @@ public:
    * shape functions created using this constructor correspond to Lagrange
    * polynomials in each coordinate direction.
    */
-  FE_FaceQ(unsigned int p);
+  FE_FaceQ (const unsigned int p);
 
   virtual FiniteElement<dim,spacedim> *clone() 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.