]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Ouch. Fix all those accidental failures :-(
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Jun 2011 21:55:09 +0000 (21:55 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Jun 2011 21:55:09 +0000 (21:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@23775 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_values.h
deal.II/source/fe/fe_values.cc

index aed910f276b320f07b1fe5a44a3b2f8b113580dc..a519bb86ef5ee49a600b8d7680412dd4d2bd623b 100644 (file)
@@ -3045,7 +3045,8 @@ class FEValuesBase : protected FEValuesData<dim,spacedim>,
      * tria_listener connected to the triangulation to which we will set
      * present_cell right after calling this function.
      */
-    void maybe_invalidate_previous_present_cell (const typename Triangulation<dim,spacedim>::active_cell_iterator &cell);
+    void
+    maybe_invalidate_previous_present_cell (const typename Triangulation<dim,spacedim>::cell_iterator &cell);
     
                                     /**
                                      * Storage for the mapping object.
index 2f8a68645827fb24e95e05fcc4b36f364cc98646..6b0860fe18a97fca3802fccd457b8b4889cfdde9 100644 (file)
@@ -3253,7 +3253,7 @@ FEValuesBase< dim, spacedim >::invalidate_present_cell ()
 template <int dim, int spacedim>
 void
 FEValuesBase< dim, spacedim >::
-maybe_invalidate_previous_present_cell (const typename Triangulation<dim,spacedim>::active_cell_iterator &cell)
+maybe_invalidate_previous_present_cell (const typename Triangulation<dim,spacedim>::cell_iterator &cell)
 {
   if (present_cell.get() != 0)
   {

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.