]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add explicit specialization declaration
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Jul 2007 00:03:28 +0000 (00:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Jul 2007 00:03:28 +0000 (00:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@14849 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/quadrature.h

index 551fa4eeb7e3530355c87c617615c1c758377156..0d6a57e80d48859c312e5921769281dbd6bd13bd 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -349,6 +349,8 @@ class QIterated : public Quadrature<dim>
 template <>
 Quadrature<0>::Quadrature (const unsigned int);
 template <>
+Quadrature<0>::Quadrature (const Quadrature<0> &);
+template <>
 Quadrature<0>::Quadrature (const Quadrature<-1> &,
                           const Quadrature<1> &);
 template <>

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.