From: bangerth Date: Wed, 27 Nov 2013 15:18:25 +0000 (+0000) Subject: Mark an input argument as const. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2817b6db2b5d1125800e62c950b7c99cc5633f3f;p=dealii-svn.git Mark an input argument as const. git-svn-id: https://svn.dealii.org/trunk@31812 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_face.h b/deal.II/include/deal.II/fe/fe_face.h index 64bb4e4f2b..5199cc13c1 100644 --- a/deal.II/include/deal.II/fe/fe_face.h +++ b/deal.II/include/deal.II/fe/fe_face.h @@ -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 *clone() const;