]> https://gitweb.dealii.org/ - dealii.git/commitdiff
get_cell now returns a Triangulation<dim>::cell_iterator.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 23 Jun 2004 15:22:42 +0000 (15:22 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 23 Jun 2004 15:22:42 +0000 (15:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@9461 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0e9e77affda3482bd3a9fb1b733198250f51c29f..4296578cc3e0913447f612ad90ec5f4e130ca7ae 100644 (file)
@@ -827,7 +827,7 @@ class FEValuesBase : protected FEValuesData<dim>
                                      * Constant reference to the
                                      * current cell
                                      */
-    const typename DoFHandler<dim>::cell_iterator & get_cell () const;
+    const typename Triangulation<dim>::cell_iterator get_cell () const;
 
                                     /**
                                      * Determine an estimate for the
@@ -1551,7 +1551,7 @@ FEValuesBase<dim>::get_mapping () const
 
 template <int dim>
 inline
-const typename DoFHandler<dim>::cell_iterator &
+const typename Triangulation<dim>::cell_iterator
 FEValuesBase<dim>::get_cell () const
 {
   return present_cell;

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.