]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix hp fe_index_is_active() 3783/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 12 Jan 2017 15:50:43 +0000 (10:50 -0500)
committerTimo Heister <timo.heister@gmail.com>
Thu, 12 Jan 2017 15:50:43 +0000 (10:50 -0500)
include/deal.II/hp/dof_level.h

index 0904bf58ebaed6b0a385b526fba49c11fcfdb2e7..d7d5b426eac7e7227e8855c0ec4dc56b42dc1764 100644 (file)
@@ -428,10 +428,7 @@ namespace internal
     fe_index_is_active (const unsigned int                obj_index,
                         const unsigned int                fe_index) const
     {
-      if (is_compressed_entry(active_fe_indices[obj_index]) == false)
-        return (fe_index == active_fe_index(obj_index));
-      else
-        return (fe_index == get_toggled_compression_state(active_fe_index(obj_index)));
+      return (fe_index == active_fe_index(obj_index));
     }
 
 

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.