]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make one argument const.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Jun 2010 20:34:45 +0000 (20:34 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Jun 2010 20:34:45 +0000 (20:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@21206 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature_lib.cc

index b28a9bf96bbd255c8db861d174f71e5231ab8cc1..3d7b4cdbb9a53954a05253128548fd817adb16ba 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -174,7 +174,7 @@ QGauss<1>::QGauss (const unsigned int n)
 
 
 template <>
-QGaussLobatto<1>::QGaussLobatto (unsigned int n)
+QGaussLobatto<1>::QGaussLobatto (const unsigned int n)
                :
                Quadrature<1> (n)
 {

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.