From 6197a288b238d45d0d19a62ddc55d425c1e6e853 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 31 Jul 2014 14:02:12 +0200 Subject: [PATCH] implement deprecated get_refinement_edge_boundary_indices() --- .../deal.II/multigrid/mg_constrained_dofs.h | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index d7cac5aa11..843737b690 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -306,18 +306,17 @@ inline const std::vector > & MGConstrainedDoFs::get_refinement_edge_boundary_indices () const { - Assert(false, ExcMessage("Timo fixes this")); - - // if (refinement_edge_boundary_indices_old.size()!=refinement_edge_boundary_indices.size()) - // { - // unsigned int n_levels = refinement_edge_boundary_indices.size(); - // refinement_edge_boundary_indices_old.resize(n_levels); - // for (unsigned int l=0;lis_boundary_index(l, idx); + } + } return refinement_edge_boundary_indices_old; } -- 2.39.5