]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not use deprecated class QGauss4.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Sep 2010 10:46:46 +0000 (10:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Sep 2010 10:46:46 +0000 (10:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@22034 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_generator.cc

index 528cd82e12377e9fdd9635e01e307b3a276548fb..30218a059a886ecb5f7b8c9df365f20e210e66fb 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 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
@@ -2638,7 +2638,7 @@ void GridGenerator::laplace_transformation (Triangulation<dim> &tria,
 
   SparseMatrix<double> S(sparsity_pattern);
 
-  QGauss4<dim> quadrature;
+  QGauss<dim> quadrature(4);
 
   MatrixCreator::create_laplace_matrix(mapping_q1, dof_handler, quadrature, S);
 

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.