git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@21512
0785d39b-7218-0410-832d-
ea1e28bc413d
-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> > &
+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
<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