]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove const from cell_iterator returned by value.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Jun 2004 09:38:11 +0000 (09:38 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Jun 2004 09:38:11 +0000 (09:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@9467 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 4296578cc3e0913447f612ad90ec5f4e130ca7ae..0b1968b28c13dc7cfd75bccaa997b7686602c67b 100644 (file)
@@ -827,7 +827,7 @@ class FEValuesBase : protected FEValuesData<dim>
                                      * Constant reference to the
                                      * current cell
                                      */
-    const typename Triangulation<dim>::cell_iterator get_cell () 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 Triangulation<dim>::cell_iterator
+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.