From: Wolfgang Bangerth Date: Wed, 10 Jan 2001 16:43:46 +0000 (+0000) Subject: Add member variable initializer to Quadrature<0> X-Git-Tag: v8.0.0~19834 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=519b10df82a1ee7238dcfc76cff6d832fb36a41b;p=dealii.git Add member variable initializer to Quadrature<0> git-svn-id: https://svn.dealii.org/trunk@3630 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/quadrature.cc b/deal.II/base/source/quadrature.cc index d520b9e99c..a462eb22fc 100644 --- a/deal.II/base/source/quadrature.cc +++ b/deal.II/base/source/quadrature.cc @@ -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::Quadrature (const vector > & points, template <> Quadrature<0>::Quadrature (const Quadrature<-1> &, const Quadrature<1> &) + : n_quadrature_points (0) { Assert (false, ExcInternalError()); }; @@ -210,7 +211,7 @@ QProjector::QProjector (const Quadrature &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