From ff7b0b0626bb62a938be02f29140a8c43a8a6d0b Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 20 Jul 1999 21:21:58 +0000 Subject: [PATCH] Accelerated git-svn-id: https://svn.dealii.org/trunk@1612 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/mg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/mg.cc b/tests/deal.II/mg.cc index a868262dd5..acfe616ded 100644 --- a/tests/deal.II/mg.cc +++ b/tests/deal.II/mg.cc @@ -79,7 +79,7 @@ main() case 4: fe = &fe4; deallog.push("Q4"); break; } - for (unsigned int step=0;step < 4; ++step) + for (unsigned int step=0;step < 3; ++step) { tr.refine_global(1); dof.distribute_dofs(*fe); -- 2.39.5