]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a hunk of code that was forgotten in r32297.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Jan 2014 02:08:49 +0000 (02:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Jan 2014 02:08:49 +0000 (02:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@32308 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/hp/dof_handler.cc

index 84bb3584e9a46e42bd19288e261360301adb9676..28c11884560360e1d7d30427de72f481feced028 100644 (file)
@@ -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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.