]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mark input parameter as const.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Sep 2001 11:19:16 +0000 (11:19 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Sep 2001 11:19:16 +0000 (11:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@5004 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature_lib.cc

index af3b8f3b3b7fce398ecaf926612b824d0458da02..0ff5a169f268b3a4aede197830856bfe613eb248 100644 (file)
@@ -32,7 +32,7 @@ number abs (const number a)
 
 
 template <>
-QGauss<1>::QGauss (unsigned int n)
+QGauss<1>::QGauss (const unsigned int n)
   : Quadrature<1> (n)
 {
   const unsigned int m = (n+1)/2;

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.