From: heister Date: Tue, 25 Jun 2013 06:26:03 +0000 (+0000) Subject: step-50: use n_global_levels X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea7eb02b24fe05ba6bba0546d9ade3e49848b0c4;p=dealii-svn.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