From: Timo Heister Date: Tue, 25 Jun 2013 06:26:03 +0000 (+0000) Subject: step-50: use n_global_levels X-Git-Tag: v8.0.0~234 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71cc8a7f361370e79496f8b5fcc0e28e3a40ac1;p=dealii.git step-50: use n_global_levels git-svn-id: https://svn.dealii.org/trunk@29884 0785d39b-7218-0410-832d-ea1e28bc413d --- 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