From 4d63f76fb109dae8de57d1023c2d0b7154462945 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 7 Aug 1998 09:11:42 +0000 Subject: [PATCH] Heirarchy->Hierarchy git-svn-id: https://svn.dealii.org/trunk@480 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/poisson/Makefile | 2 +- deal.II/deal.II/Attic/examples/poisson/problem.cc | 2 +- tests/big-tests/poisson/Makefile | 2 +- tests/big-tests/poisson/problem.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/poisson/Makefile b/deal.II/deal.II/Attic/examples/poisson/Makefile index 1e968f2b04..63cf522641 100644 --- a/deal.II/deal.II/Attic/examples/poisson/Makefile +++ b/deal.II/deal.II/Attic/examples/poisson/Makefile @@ -11,7 +11,7 @@ target = poisson # the archives ./Obj.a and ./Obj.g.a. By default, the debug version # is used to link. It you don't like that, change the following # variable to "off" -debug-mode = on +debug-mode = off # If you want your program to be linked with extra object or library # files, specify them here: diff --git a/deal.II/deal.II/Attic/examples/poisson/problem.cc b/deal.II/deal.II/Attic/examples/poisson/problem.cc index d8fb3c517f..448b1a9de4 100644 --- a/deal.II/deal.II/Attic/examples/poisson/problem.cc +++ b/deal.II/deal.II/Attic/examples/poisson/problem.cc @@ -448,7 +448,7 @@ void PoissonProblem::run (ParameterHandler &prm) { FELinear fe; PoissonEquation equation (*rhs); - QGauss3 quadrature; + QGauss2 quadrature; cout << " Distributing dofs... "; dof->distribute_dofs (fe); diff --git a/tests/big-tests/poisson/Makefile b/tests/big-tests/poisson/Makefile index 1e968f2b04..63cf522641 100644 --- a/tests/big-tests/poisson/Makefile +++ b/tests/big-tests/poisson/Makefile @@ -11,7 +11,7 @@ target = poisson # the archives ./Obj.a and ./Obj.g.a. By default, the debug version # is used to link. It you don't like that, change the following # variable to "off" -debug-mode = on +debug-mode = off # If you want your program to be linked with extra object or library # files, specify them here: diff --git a/tests/big-tests/poisson/problem.cc b/tests/big-tests/poisson/problem.cc index d8fb3c517f..448b1a9de4 100644 --- a/tests/big-tests/poisson/problem.cc +++ b/tests/big-tests/poisson/problem.cc @@ -448,7 +448,7 @@ void PoissonProblem::run (ParameterHandler &prm) { FELinear fe; PoissonEquation equation (*rhs); - QGauss3 quadrature; + QGauss2 quadrature; cout << " Distributing dofs... "; dof->distribute_dofs (fe); -- 2.39.5