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

deal.II/base/source/quadrature.cc

index 0566f92999686a8c4fc6a6ab31a7d1206ade2369..9e614326c13c831ec3e1ee834d6140e9fd7c8dee 100644 (file)
@@ -48,6 +48,13 @@ Quadrature<0>::Quadrature (const unsigned int)
 
 
 
+template <>
+Quadrature<0>::Quadrature (const Quadrature<0> &)
+              : n_quadrature_points(0)
+{}
+
+
+
 template <>
 Quadrature<0>::~Quadrature ()
 {}

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.