]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove debug calls previously left in accidentally.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Sep 2013 21:05:22 +0000 (21:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Sep 2013 21:05:22 +0000 (21:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@30577 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/hp/dof_handler.cc

index 6e0cfe5cb72cc90699789a0082965ef413fbc92d..8a32c2022a6e882f1b5894743fb29ab56f4a2e7a 100644 (file)
@@ -2691,9 +2691,6 @@ namespace hp
       = std::vector<IndexSet> (1,
                                number_cache.locally_owned_dofs);
 
-    for (unsigned int level=0; level<levels.size(); ++level)
-      levels[level]->compress_data ();
-
     // finally restore the user flags
     const_cast<Triangulation<dim,spacedim> &>(*tria).load_user_flags(user_flags);
   }
@@ -2731,9 +2728,6 @@ namespace hp
 #endif
 
     renumber_dofs_internal (new_numbers, dealii::internal::int2type<dim>());
-
-    for (unsigned int level=0; level<levels.size(); ++level)
-      levels[level]->compress_data ();
   }
 
 

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.