From 7437dc74bd7dbef979f15cdcebb99a760387c7af Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 25 Jan 2014 02:08:49 +0000 Subject: [PATCH] Remove a hunk of code that was forgotten in r32297. git-svn-id: https://svn.dealii.org/trunk@32308 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/hp/dof_handler.cc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/deal.II/source/hp/dof_handler.cc b/deal.II/source/hp/dof_handler.cc index 84bb3584e9..28c1188456 100644 --- a/deal.II/source/hp/dof_handler.cc +++ b/deal.II/source/hp/dof_handler.cc @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -2600,14 +2600,6 @@ namespace hp finite_elements = &ff; - // nothing good can come off having active_fe_indices - // on non-active cells, since we do not distribute dofs - // there. kill these - for (cell_iterator cell = begin(); cell != end(); ++cell) - if (cell->has_children()) - cell->set_active_fe_index (default_fe_index); - - // This call ensures that the // active_fe_indices vectors are // initialized correctly. -- 2.39.5