From: Wolfgang Bangerth Date: Sat, 25 Jan 2014 02:08:49 +0000 (+0000) Subject: Remove a hunk of code that was forgotten in r32297. X-Git-Tag: v8.2.0-rc1~961 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226c94699599c413c4f7710f23cc0d84830f34ed;p=dealii.git Remove a hunk of code that was forgotten in r32297. git-svn-id: https://svn.dealii.org/trunk@32308 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.