From 2d1da6cd42eafa768bef0c32d8d2e951d0ca66fc Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 5 Mar 2013 06:54:11 +0000 Subject: [PATCH] Merge r28733 from mainline. git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-3@28734 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-37/step-37.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deal.II/examples/step-37/step-37.cc b/deal.II/examples/step-37/step-37.cc index 4d7f10d33c..4e03c487b1 100644 --- a/deal.II/examples/step-37/step-37.cc +++ b/deal.II/examples/step-37/step-37.cc @@ -30,8 +30,6 @@ #include #include -#include - #include #include #include @@ -1001,8 +999,6 @@ namespace Step37 void LaplaceProblem::solve () { Timer time; - GrowingVectorMemory<> vector_memory; - MGTransferPrebuilt > mg_transfer; mg_transfer.build_matrices(dof_handler); setup_time += time.wall_time(); @@ -1019,7 +1015,7 @@ namespace Step37 typedef PreconditionChebyshev > SMOOTHER; MGSmootherPrecondition > - mg_smoother(vector_memory); + mg_smoother; // Then, we initialize the smoother with our level matrices and the // mandatory additional data for the Chebyshev smoother. We use quite a -- 2.39.5