]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add member variable initializer to Quadrature<0>
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Jan 2001 16:43:46 +0000 (16:43 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Jan 2001 16:43:46 +0000 (16:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@3630 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature.cc

index d520b9e99c54a669beed8964ad9f4bec67669f51..a462eb22fcb2a68ddd2adda09c08c74aceb7c847 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -49,6 +49,7 @@ Quadrature<dim>::Quadrature (const vector<Point<dim> > & points,
 template <>
 Quadrature<0>::Quadrature (const Quadrature<-1> &,
                           const Quadrature<1> &)
+               : n_quadrature_points (0)
 {
   Assert (false, ExcInternalError());
 };
@@ -210,7 +211,7 @@ QProjector<dim>::QProjector (const Quadrature<dim-1> &quadrature,
 //TODO: Can we keep it that simple for non-symmetric formulae?
 // Otherwise we'll have to include the weights in the project* functions.
 // This may pose a problem anyway, since we do not want to switch endpoints
-// in Gauß-Radau formulae.
+// in Gauss-Radau formulae.
 
   unsigned int k=0;
   for (unsigned int i=0;i<n;++i)

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.