From c71cc8a7f361370e79496f8b5fcc0e28e3a40ac1 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 25 Jun 2013 06:26:03 +0000 Subject: [PATCH] step-50: use n_global_levels git-svn-id: https://svn.dealii.org/trunk@29884 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-50/step-50.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/examples/step-50/step-50.cc b/deal.II/examples/step-50/step-50.cc index 2cd69d82b5..fdcfb927bc 100644 --- a/deal.II/examples/step-50/step-50.cc +++ b/deal.II/examples/step-50/step-50.cc @@ -314,7 +314,7 @@ namespace Step50 deallog << "Number of degrees of freedom: " << mg_dof_handler.n_dofs(); - for (unsigned int l=0; l boundary_constraints (triangulation.n_levels()); - std::vector boundary_interface_constraints (triangulation.n_levels()); - for (unsigned int level=0; level boundary_constraints (triangulation.n_global_levels()); + std::vector boundary_interface_constraints (triangulation.n_global_levels()); + for (unsigned int level=0; level