]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take over r21511 from mainline.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 17 Jul 2010 03:24:43 +0000 (03:24 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 17 Jul 2010 03:24:43 +0000 (03:24 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@21512 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_values.h
deal.II/deal.II/source/fe/fe_values.cc
deal.II/doc/news/changes.h

index 41a8dc7a5f78072e3158ddd292414dc3cefaa2d5..20af1d29696748f1f22c4b6e70bc25edcd310575 100644 (file)
@@ -4509,14 +4509,6 @@ FEValuesBase<dim,spacedim>::get_update_flags () const
 
 
 
-template <int dim, int spacedim>
-const typename Triangulation<dim,spacedim>::cell_iterator
-FEValuesBase<dim,spacedim>::get_cell () const
-{
-  return *present_cell;
-}
-
-
 template <int dim, int spacedim>
 inline
 const std::vector<Point<spacedim> > &
index 3182b3ec44ab50829e0d8d53d89198c6c1bc0bc8..5d51ad98b340e81fef1ea3e2fbd2ca5fa1e7b78a 100644 (file)
@@ -3145,6 +3145,15 @@ void FEValuesBase<dim,spacedim>::get_function_laplacians (
 
 
 
+template <int dim, int spacedim>
+const typename Triangulation<dim,spacedim>::cell_iterator
+FEValuesBase<dim,spacedim>::get_cell () const
+{
+  return *present_cell;
+}
+
+
+
 template <int dim, int spacedim>
 const std::vector<Point<spacedim> > &
 FEValuesBase<dim,spacedim>::get_normal_vectors () const
index 898b7c14ff79cbbf195228d91bca813421268f05..a799e849520ecb600464b2d4076f98e27e686b47 100644 (file)
@@ -134,6 +134,16 @@ inconvenience this causes.
 <h3>deal.II</h3>
 
 <ol>
+  <li>
+  <p>
+  Fixed: The FEValues::get_cell() function was unusable from user code
+  since its implementation used a class that was only forward declared
+  and not visible at the point of instantiations in user code. This is now
+  fixed.
+  <br>
+  (WB 2010/07/16)
+  </p>
+
   <li>
   <p>
   Fixed: On some systems and compilers, the library could not be compiled

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.