From: Guido Kanschat Date: Fri, 7 Aug 1998 09:11:42 +0000 (+0000) Subject: Heirarchy->Hierarchy X-Git-Tag: v8.0.0~22774 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d63f76fb109dae8de57d1023c2d0b7154462945;p=dealii.git Heirarchy->Hierarchy git-svn-id: https://svn.dealii.org/trunk@480 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);